inherit from object

This commit is contained in:
Matthew Bell 2015-06-17 23:08:45 +01:00
parent e4ba0fdb53
commit 371c74498d
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import gevent, time, logging, shutil, os
from Peer import Peer
from Debug import Debug
class Worker:
class Worker(object):
def __init__(self, manager, peer):
self.manager = manager
self.peer = peer