Hello pylint fellows,

I recently integrated pylint into our nightly builds. Great tool.
However I ran into some issue with pysvn.

import pysvn
pysvn.__dict__['Revision']
out:  <built-in method Revision of tuple object at 0x9b1906c>

However pylint is reporting errors, stating that pysvn has no Revision member (same for all pysvn members). I search the internet and found some else having the same issue, but no solution (http://lists.logilab.org/pipermail/python-projects/2007-February/001147.html)
So I take my chance here. Has someone any clue ?

Cheers,

JM

pysvn 1.6
pylint-0.19.0
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to