pylint reports quite a few warnings and errors:

svnwcsub.py:55:0: W0311: Bad indentation. Found 2 spaces, expected 4
(bad-indentation)
svnwcsub.py:57:0: W0311: Bad indentation. Found 2 spaces, expected 4
(bad-indentation)
svnwcsub.py:61:0: W0311: Bad indentation. Found 2 spaces, expected 4
(bad-indentation)
svnwcsub.py:63:0: W0311: Bad indentation. Found 2 spaces, expected 4
(bad-indentation)
svnwcsub.py:67:0: W0311: Bad indentation. Found 2 spaces, expected 4
(bad-indentation)
svnwcsub.py:69:0: W0311: Bad indentation. Found 2 spaces, expected 4
(bad-indentation)
svnwcsub.py:87:4: W0612: Unused variable 'output' (unused-variable)
svnwcsub.py:115:12: W0612: Unused variable 'x' (unused-variable)
svnwcsub.py:439:38: W0613: Unused argument 'event_arg' (unused-argument)
svnwcsub.py:46:0: W0611: Unused import errno (unused-import)
svnwcsub.py:58:0: W0611: Unused import time (unused-import)
svnwcsub.py:65:0: W0611: Unused import functools (unused-import)
svnwcsub.py:67:2: W0611: Unused import urlparse (unused-import)
svnwcsub.py:69:2: W0611: Unused urllib.parse imported as urlparse
(unused-import)

svnwcsub.py:378:18: E0602: Undefined variable 'fname' (undefined-variable)
(should be self.fname)

Sebb

Reply via email to