[pypy-svn] r32071 - pypy/branch/config-in-more-places/pypy/config

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Sep 7 19:41:34 CEST 2006


Author: cfbolz
Date: Thu Sep  7 19:41:32 2006
New Revision: 32071

Modified:
   pypy/branch/config-in-more-places/pypy/config/config.py
Log:
use py.compat.optparse


Modified: pypy/branch/config-in-more-places/pypy/config/config.py
==============================================================================
--- pypy/branch/config-in-more-places/pypy/config/config.py	(original)
+++ pypy/branch/config-in-more-places/pypy/config/config.py	Thu Sep  7 19:41:32 2006
@@ -1,5 +1,5 @@
 
-import optparse
+from py.compat import optparse
 
 class Config(object):
     _frozen = False



More information about the Pypy-commit mailing list