Use new-style classes

This commit is contained in:
Laurent Bachelier 2013-04-03 18:57:29 +02:00
commit c157557501
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ def removeSpecial(s):
DOWNLOAD_DIRECTORY=".files"
class Downloadboob:
class Downloadboob(object):
def __init__(self, backend_name, download_directory, links_directory):
self.download_directory = download_directory