[pypy-svn] r74218 - pypy/branch/py12/pypy/tool

hpk at codespeak.net hpk at codespeak.net
Thu Apr 29 11:33:09 CEST 2010


Author: hpk
Date: Thu Apr 29 11:33:07 2010
New Revision: 74218

Modified:
   pypy/branch/py12/pypy/tool/genstatistic.py
Log:
fix tool that generates LOC statistics for pypy - not sure it's needed
but it works so i leave it for now


Modified: pypy/branch/py12/pypy/tool/genstatistic.py
==============================================================================
--- pypy/branch/py12/pypy/tool/genstatistic.py	(original)
+++ pypy/branch/py12/pypy/tool/genstatistic.py	Thu Apr 29 11:33:07 2010
@@ -1,7 +1,7 @@
 
 import autopath
 import py
-from py.impl.misc.cmdline import countloc 
+from py._cmdline import pycountloc as countloc 
 from py.xml import raw
 
 pypydir = py.path.local(autopath.pypydir)



More information about the Pypy-commit mailing list