From 06eeffe8e6344ac62b74cae38d2733b4b64900f1 Mon Sep 17 00:00:00 2001 From: Robert Gogolok Date: Sun, 30 Dec 2007 19:53:25 +0000 Subject: bcfg2-admin: use Bcfg2.Settings git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4133 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Admin/Pull.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Server/Admin/Pull.py') diff --git a/src/lib/Server/Admin/Pull.py b/src/lib/Server/Admin/Pull.py index ab334dbf9..1071b5100 100644 --- a/src/lib/Server/Admin/Pull.py +++ b/src/lib/Server/Admin/Pull.py @@ -6,8 +6,8 @@ class Pull(Bcfg2.Server.Admin.Mode): '''Pull mode retrieves entries from clients and integrates the information into the repository''' __shorthelp__ = 'bcfg2-admin pull ' __longhelp__ = __shorthelp__ + '\n\tIntegrate configuration information from clients into the server repository' - def __init__(self, configfile): - Bcfg2.Server.Admin.Mode.__init__(self, configfile) + def __init__(self): + Bcfg2.Server.Admin.Mode.__init__(self) def __call__(self, args): Bcfg2.Server.Admin.Mode.__call__(self, args) -- cgit v1.2.3-1-g7c22