summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Generators/account.py
diff options
context:
space:
mode:
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'