From b2d4c43bd043ab786822a9dfd029b71f7a25409d Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 19 Aug 2004 14:54:11 +0000 Subject: update to new module path (Logical change 1.43) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@257 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Generators/cfg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/Server/Generators/cfg.py') diff --git a/src/lib/Server/Generators/cfg.py b/src/lib/Server/Generators/cfg.py index e2f70b8bc..97b0775e1 100644 --- a/src/lib/Server/Generators/cfg.py +++ b/src/lib/Server/Generators/cfg.py @@ -5,8 +5,7 @@ from re import compile from stat import S_ISDIR, ST_MODE from string import join -from Bcfg2.Server.Generator import Generator -from Bcfg2.Server.GeneratorUtils import DirectoryBacked, FileBacked +from Bcfg2.Server.Generator import Generator, DirectoryBacked, FileBacked from Bcfg2.Server.Metadata import Metadata class FileEntry(FileBacked): -- cgit v1.2.3-1-g7c22