summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Generators/sshbase.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/sshbase.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/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