[py-svn] r35330 - py/dist/py/apigen/source

fijal at codespeak.net fijal at codespeak.net
Tue Dec 5 20:16:35 CET 2006


Author: fijal
Date: Tue Dec  5 20:16:34 2006
New Revision: 35330

Modified:
   py/dist/py/apigen/source/server.py
Log:
Fixed a bit (test test test test!!!)


Modified: py/dist/py/apigen/source/server.py
==============================================================================
--- py/dist/py/apigen/source/server.py	(original)
+++ py/dist/py/apigen/source/server.py	Tue Dec  5 20:16:34 2006
@@ -17,7 +17,7 @@
         path = py.path.svnurl(url)
         if not path.check():
             raise AttributeError()
-        def f(self, rev='HEAD'):
+        def f(rev='HEAD'):
             path = py.path.svnurl(url, rev)
             # some try.. except.. here
             return unicode(create_html(parse_path(path)))


More information about the py-svn mailing list