From cca9dd1b1e911a46aa4945ffc2b7349075d93669 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 12 Aug 2004 16:04:59 +0000 Subject: fix imports (Logical change 1.39) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@235 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Generators/pkgmgr.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/Server/Generators/pkgmgr.py') diff --git a/src/lib/Server/Generators/pkgmgr.py b/src/lib/Server/Generators/pkgmgr.py index 85dd9ea48..e4f0ef054 100644 --- a/src/lib/Server/Generators/pkgmgr.py +++ b/src/lib/Server/Generators/pkgmgr.py @@ -2,9 +2,8 @@ from re import compile -from Generator import Generator -from GeneratorUtils import DirectoryBacked, XMLFileBacked -from Types import Package +from Bcfg2.Server.Generator import Generator +from Bcfg2.Server.GeneratorUtils import DirectoryBacked, XMLFileBacked class PackageEntry(XMLFileBacked): __identifier__ = 'image' -- cgit v1.2.3-1-g7c22