[pypy-svn] r32783 - pypy/dist/pypy/config

arigo at codespeak.net arigo at codespeak.net
Sun Oct 1 12:35:13 CEST 2006


Author: arigo
Date: Sun Oct  1 12:35:12 2006
New Revision: 32783

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
Comment out print.  It confuses tests that check the output of running py.py.


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Sun Oct  1 12:35:12 2006
@@ -1,5 +1,5 @@
 import py
-print py.magic.autopath().dirpath().dirpath().dirpath()
+#print py.magic.autopath().dirpath().dirpath().dirpath()
 py.std.sys.path.insert(0, py.magic.autopath().dirpath().dirpath().dirpath())
 from pypy.config.config import OptionDescription, BoolOption, IntOption
 from pypy.config.config import ChoiceOption, to_optparse, Config



More information about the Pypy-commit mailing list