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/account.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/Server/Generators/account.py') diff --git a/src/lib/Server/Generators/account.py b/src/lib/Server/Generators/account.py index b3f74beac..2405128f8 100644 --- a/src/lib/Server/Generators/account.py +++ b/src/lib/Server/Generators/account.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -from Generator from Generator -from GeneratorUtils import DirectoryBacked -from Types import ConfigFile +from Bcfg2.Server.Generator import Generator +from Bcfg2.Server.GeneratorUtils import DirectoryBacked +from Bcfg2.Server.Types import ConfigFile class account(Generator): __name__ = 'account' -- cgit v1.2.3-1-g7c22