Downloader plugin error

This commit is contained in:
Ruud
2011-10-09 19:12:32 +02:00
parent 3105ea2073
commit 9b2d6258b6
-6
View File
@@ -22,12 +22,6 @@ class Downloader(Plugin):
return ''
def isDisabled(self):
return not self.isEnabled()
def isEnabled(self):
return self.conf('enabled', True)
def isCorrectType(self, type):
is_correct = type in self.type