[Checkins] SVN: grokproject/trunk/grokproject/__init__.py Remove double --version-info-url option

Maurits van Rees m.van.rees at zestsoftware.nl
Fri May 2 05:38:54 EDT 2008


Log message for revision 86060:
  Remove double --version-info-url option

Changed:
  U   grokproject/trunk/grokproject/__init__.py

-=-
Modified: grokproject/trunk/grokproject/__init__.py
===================================================================
--- grokproject/trunk/grokproject/__init__.py	2008-05-02 09:36:07 UTC (rev 86059)
+++ grokproject/trunk/grokproject/__init__.py	2008-05-02 09:38:54 UTC (rev 86060)
@@ -60,9 +60,6 @@
                       default=False, help="Check for newer versions of packages.")
     parser.add_option('-v', '--verbose', action="store_true", dest="verbose",
                       default=False, help="Be verbose.")
-    parser.add_option(
-        '--version-info-url', dest="version_info_url", default=None,
-        help="The URL to a *.cfg file containing a [versions] section.")
 
     # Options that override the interactive part of filling the templates.
     for var in GrokProject.vars:



More information about the Checkins mailing list