[cig-commits] r6259 - mc/3D/CitcomS/trunk/CitcomS

leif at geodynamics.org leif at geodynamics.org
Wed Mar 14 19:51:13 PDT 2007


Author: leif
Date: 2007-03-14 19:51:13 -0700 (Wed, 14 Mar 2007)
New Revision: 6259

Modified:
   mc/3D/CitcomS/trunk/CitcomS/BaseApplication.py
Log:
Removed broken usage() method.  (Pythia v0.8.1.3 will have a
reasonable default for this method.)


Modified: mc/3D/CitcomS/trunk/CitcomS/BaseApplication.py
===================================================================
--- mc/3D/CitcomS/trunk/CitcomS/BaseApplication.py	2007-03-15 02:35:25 UTC (rev 6258)
+++ mc/3D/CitcomS/trunk/CitcomS/BaseApplication.py	2007-03-15 02:51:13 UTC (rev 6259)
@@ -65,19 +65,6 @@
 
 
 
-    def usage(self):
-        print 'usage: citcoms [<property>=<value>] [<facility>.<property>=<value>] ...'
-        self.showUsage()
-        print """\
-For more information about a particular component:
-  --<facility>.help-properties
-  --<facility>.help-components
-where <facility> is the facility to which the component is bound; e.g.:
-  %(name)s --launcher.help-properties""" % locals()
-        return
-
-
-
     def _getPrivateDepositoryLocations(self):
         from os.path import dirname, isdir, join
         list = []



More information about the cig-commits mailing list