[pypy-svn] r33479 - pypy/branch/even-more-config3/pypy/config

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Oct 19 20:49:17 CEST 2006


Author: cfbolz
Date: Thu Oct 19 20:49:16 2006
New Revision: 33479

Modified:
   pypy/branch/even-more-config3/pypy/config/config.py
Log:
oops, OptionDescriptions never produce a cmdline


Modified: pypy/branch/even-more-config3/pypy/config/config.py
==============================================================================
--- pypy/branch/even-more-config3/pypy/config/config.py	(original)
+++ pypy/branch/even-more-config3/pypy/config/config.py	Thu Oct 19 20:49:16 2006
@@ -376,6 +376,7 @@
         return self.default
 
 class OptionDescription(object):
+    cmdline = None
     def __init__(self, name, doc, children):
         self._name = name
         self.doc = doc



More information about the Pypy-commit mailing list