From 044bc77657617a902e7b1aae1e182fc2e467ee2e 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 fix docstring (Logical change 1.43) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@256 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Generators/pkgmgr.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/Server/Generators/pkgmgr.py b/src/lib/Server/Generators/pkgmgr.py index e4f0ef054..ad88a00b3 100644 --- a/src/lib/Server/Generators/pkgmgr.py +++ b/src/lib/Server/Generators/pkgmgr.py @@ -2,8 +2,7 @@ from re import compile -from Bcfg2.Server.Generator import Generator -from Bcfg2.Server.GeneratorUtils import DirectoryBacked, XMLFileBacked +from Bcfg2.Server.Generator import Generator, DirectoryBacked, XMLFileBacked class PackageEntry(XMLFileBacked): __identifier__ = 'image' @@ -30,7 +29,7 @@ class PackageDir(DirectoryBacked): __child__ = PackageEntry class pkgmgr(Generator): - '''This is a generator that handles service assignments''' + '''This is a generator that handles package assignments''' __name__ = 'pkgmgr' __version__ = '$Id$' __author__ = 'bcfg-dev@mcs.anl.gov' -- cgit v1.2.3-1-g7c22