diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-11-21 01:11:16 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-11-21 01:11:16 +0000 |
commit | e821bdc1a2ecee09c58ad0bedc2314b3fae09ca4 (patch) | |
tree | 6162675bde5a6f69d845796ea5f4df2b68c585fb /src/lib | |
parent | 7aece43cbf6623cccac125db4868df0c7e9f8f90 (diff) | |
download | bcfg2-e821bdc1a2ecee09c58ad0bedc2314b3fae09ca4.tar.gz bcfg2-e821bdc1a2ecee09c58ad0bedc2314b3fae09ca4.tar.bz2 bcfg2-e821bdc1a2ecee09c58ad0bedc2314b3fae09ca4.zip |
xcmd: remove redundant constructor definition
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5590 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Server/Admin/Xcmd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/Server/Admin/Xcmd.py b/src/lib/Server/Admin/Xcmd.py index 7febd4275..80d5cfb25 100644 --- a/src/lib/Server/Admin/Xcmd.py +++ b/src/lib/Server/Admin/Xcmd.py @@ -10,9 +10,6 @@ class Xcmd(Bcfg2.Server.Admin.Mode): __longhelp__ = (__shorthelp__ + "\n\nbcfg2-admin xcmd command") __usage__ = ("bcfg2-admin xcmd <command>") - def __init__(self, configfile): - Bcfg2.Server.Admin.Mode.__init__(self, configfile) - def __call__(self, args): optinfo = { 'server': Bcfg2.Options.SERVER_LOCATION, |