Skip to content

Commit

Permalink
pylint: init version_info attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jun 11, 2017
1 parent ff6eaf5 commit ca6ba9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyrocore/torrent/rtorrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ def __init__(self):
"""
super(RtorrentEngine, self).__init__()
self.versions = (None, None)
self.version_info = (0,)
self.startup = time.time()
self._rpc = None
self._session_dir = None
Expand Down

0 comments on commit ca6ba9b

Please sign in to comment.