diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-09-29 01:37:16 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-09-29 01:37:16 +0000 |
commit | 5a9eee8f5948cece02819c4315d98cac4f5a219d (patch) | |
tree | c1820e6cd75b2ce1b5acedc6aa803f7e342e063d /src/lib/Client/Redhat.py | |
parent | acf1ea7afffae0f5b8aa2e857e258ad6eb328958 (diff) | |
download | bcfg2-5a9eee8f5948cece02819c4315d98cac4f5a219d.tar.gz bcfg2-5a9eee8f5948cece02819c4315d98cac4f5a219d.tar.bz2 bcfg2-5a9eee8f5948cece02819c4315d98cac4f5a219d.zip |
Fix import
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2343 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Client/Redhat.py')
-rw-r--r-- | src/lib/Client/Redhat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Client/Redhat.py b/src/lib/Client/Redhat.py index 342f642e5..c99ed028a 100644 --- a/src/lib/Client/Redhat.py +++ b/src/lib/Client/Redhat.py @@ -3,7 +3,7 @@ '''This is redhat client support''' __revision__ = '$Revision$' - +import time from Bcfg2.Client.Toolset import Toolset class ToolsetImpl(Toolset): |