[py-svn] r8297 - py/dist/py/path

hpk at codespeak.net hpk at codespeak.net
Sat Jan 15 14:12:02 CET 2005


Author: hpk
Date: Sat Jan 15 14:12:01 2005
New Revision: 8297

Modified:
   py/dist/py/path/common.py
Log:
aehem 


Modified: py/dist/py/path/common.py
==============================================================================
--- py/dist/py/path/common.py	(original)
+++ py/dist/py/path/common.py	Sat Jan 15 14:12:01 2005
@@ -117,7 +117,6 @@
         if strrelpath and strrelpath[-1] != self.sep: 
             strrelpath += self.sep 
         strself = str(self) 
-        print "%r relto %r" %(strself, strrelpath) 
         if strself.startswith(strrelpath):
             return strself[len(strrelpath):]
         return ""



More information about the pytest-commit mailing list