From 9a97ccd6216a3a1c370fd90d5beefbbad5560479 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 13 Apr 2012 14:04:27 -0400 Subject: removed broken Revision stuff from bcfg2-info --- src/sbin/bcfg2-info | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index 088ca9726..580de5248 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -1,7 +1,5 @@ #!/usr/bin/env python - """This tool loads the Bcfg2 core into an interactive debugger.""" -__revision__ = '$Revision$' from code import InteractiveConsole import cmd @@ -51,8 +49,7 @@ profile - Profile a single bcfg2-info command quit - Exit the bcfg2-info command line showentries - Show abstract configuration entries for a given host showclient - Show metadata for given hosts -update - Process pending file events -version - Print version of this tool""" +update - Process pending file events""" BUILDDIR_USAGE = """Usage: builddir [-f] @@ -197,10 +194,6 @@ class infoCore(cmd.Cmd, Bcfg2.Server.Core.Core): """Process pending filesystem events.""" self.fam.handle_events_in_interval(0.1) - def do_version(self, _): - """Print out code version.""" - print(__revision__) - def do_build(self, args): """Build client configuration.""" alist = args.split() -- cgit v1.2.3-1-g7c22