summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Generators/sshbase.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Generators/sshbase.py')
-rw-r--r--src/lib/Server/Generators/sshbase.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Server/Generators/sshbase.py b/src/lib/Server/Generators/sshbase.py
index cef9cb672..2ed53ad1a 100644
--- a/src/lib/Server/Generators/sshbase.py
+++ b/src/lib/Server/Generators/sshbase.py
@@ -7,9 +7,9 @@ from socket import gethostbyname
from string import strip
from syslog import syslog, LOG_INFO
-from Types import ConfigFile
-from Generator import Generator
-from GeneratorUtils import DirectoryBacked
+from Bcfg2.Server.Types import ConfigFile
+from Bcfg2.Server.Generator import Generator
+from Bcfg2.Server.GeneratorUtils import DirectoryBacked
from elementtree.ElementTree import Element