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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Server/Generators/account.py b/src/lib/Server/Generators/account.py
index 2405128f8..8c91676e4 100644
--- a/src/lib/Server/Generators/account.py
+++ b/src/lib/Server/Generators/account.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
-from Bcfg2.Server.Generator import Generator
-from Bcfg2.Server.GeneratorUtils import DirectoryBacked
+from Bcfg2.Server.Generator import Generator, DirectoryBacked
from Bcfg2.Server.Types import ConfigFile
class account(Generator):