summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-16 10:50:49 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-16 10:50:49 -0500
commit2e1282d2da6986acd61d7eaf69676a303c6050f3 (patch)
tree8816b618787b7482bec0233b723f84b0dd75b758 /src/sbin
parent37d483ef5f1ee4c720176c29848889a85adcf1bb (diff)
downloadbcfg2-2e1282d2da6986acd61d7eaf69676a303c6050f3.tar.gz
bcfg2-2e1282d2da6986acd61d7eaf69676a303c6050f3.tar.bz2
bcfg2-2e1282d2da6986acd61d7eaf69676a303c6050f3.zip
removed bogus print statements
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-info7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info
index 7277fa765..acb9e4f44 100755
--- a/src/sbin/bcfg2-info
+++ b/src/sbin/bcfg2-info
@@ -94,7 +94,7 @@ def load_interpreters():
best = "bpython"
except ImportError:
pass
-
+
try:
# whether ipython is actually better than bpython is
# up for debate, but this is the behavior that existed
@@ -454,7 +454,7 @@ Bcfg2 client itself.""")
print(lxml.etree.tostring(pfile.XMLMatch(metadata),
xml_declaration=False,
pretty_print=True).decode('UTF-8'))
-
+
def do_bundles(self, _):
""" bundles - Print out group/bundle info """
data = [('Group', 'Bundles')]
@@ -503,7 +503,6 @@ Bcfg2 client itself.""")
pretty = True
alist.remove('-p')
if len(alist) != 1:
- print 'alist=%s' % alist
print(self._get_usage(self.do_probes))
return
hostname = alist[0]
@@ -736,7 +735,7 @@ Bcfg2 client itself.""")
def _block(self):
pass
-
+
def build_usage():