[py-svn] r35140 - py/dist/py/test

fijal at codespeak.net fijal at codespeak.net
Thu Nov 30 00:18:56 CET 2006


Author: fijal
Date: Thu Nov 30 00:18:54 2006
New Revision: 35140

Modified:
   py/dist/py/test/item.py
Log:
deholgerize

Modified: py/dist/py/test/item.py
==============================================================================
--- py/dist/py/test/item.py	(original)
+++ py/dist/py/test/item.py	Thu Nov 30 00:18:54 2006
@@ -59,7 +59,7 @@
     def __repr__(self): 
         return "<%s %r>" %(self.__class__.__name__, self.name)
 
-    def getpathlineno(self): 
+    def getpathlineno(self):
         code = py.code.Code(self.obj) 
         return code.path, code.firstlineno 
 


More information about the py-svn mailing list