summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Generators/account.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-08-12 16:04:59 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-08-12 16:04:59 +0000
commitcca9dd1b1e911a46aa4945ffc2b7349075d93669 (patch)
tree02b649947083e317cc725757ef204ed1b4ba3fcd /src/lib/Server/Generators/account.py
parent648a2089ad3255516f273e1557be4fe41808aac2 (diff)
downloadbcfg2-cca9dd1b1e911a46aa4945ffc2b7349075d93669.tar.gz
bcfg2-cca9dd1b1e911a46aa4945ffc2b7349075d93669.tar.bz2
bcfg2-cca9dd1b1e911a46aa4945ffc2b7349075d93669.zip
fix imports
(Logical change 1.39) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@235 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Generators/account.py')
-rw-r--r--src/lib/Server/Generators/account.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Server/Generators/account.py b/src/lib/Server/Generators/account.py
index b3f74beac..2405128f8 100644
--- a/src/lib/Server/Generators/account.py
+++ b/src/lib/Server/Generators/account.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python
-from Generator from Generator
-from GeneratorUtils import DirectoryBacked
-from Types import ConfigFile
+from Bcfg2.Server.Generator import Generator
+from Bcfg2.Server.GeneratorUtils import DirectoryBacked
+from Bcfg2.Server.Types import ConfigFile
class account(Generator):
__name__ = 'account'