[py-svn] r58225 - py/trunk/py/code

hpk at codespeak.net hpk at codespeak.net
Thu Sep 18 18:12:22 CEST 2008


Author: hpk
Date: Thu Sep 18 18:12:18 2008
New Revision: 58225

Modified:
   py/trunk/py/code/source.py
Log:
remove outdated comment. 


Modified: py/trunk/py/code/source.py
==============================================================================
--- py/trunk/py/code/source.py	(original)
+++ py/trunk/py/code/source.py	Thu Sep 18 18:12:18 2008
@@ -4,8 +4,6 @@
 import py
 cpy_compile = compile 
 
-# DON'T IMPORT PY HERE
-
 class Source(object):
     """ a mutable object holding a source code fragment,
         possibly deindenting it.



More information about the pytest-commit mailing list