summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-12-30 18:17:35 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-12-30 18:17:35 +0000
commit720811e98fc2c7e61af2b24bc1112f0c042f938b (patch)
treedb6be835d2b3bca0c5169e7ba58228b9efb02276 /src/lib/Server/Admin
parent70c48b2c06aba1dd8ad500b6dfc5c895a8f853f7 (diff)
downloadbcfg2-720811e98fc2c7e61af2b24bc1112f0c042f938b.tar.gz
bcfg2-720811e98fc2c7e61af2b24bc1112f0c042f938b.tar.bz2
bcfg2-720811e98fc2c7e61af2b24bc1112f0c042f938b.zip
Code cleanups
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5648 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Admin')
-rw-r--r--src/lib/Server/Admin/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/__init__.py b/src/lib/Server/Admin/__init__.py
index ecd2bd5b6..8ce3472fb 100644
--- a/src/lib/Server/Admin/__init__.py
+++ b/src/lib/Server/Admin/__init__.py
@@ -40,7 +40,7 @@ class Mode(object):
def errExit(self, emsg):
print emsg
raise SystemExit(1)
-
+
def get_repo_path(self):
'''return repository path'''
return self.cfp.get('server', 'repository')