From 8318540e162cccbb049bebebc5aca03384a1e4e9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Dec 2013 21:07:28 +0100 Subject: added progress type enum, new DebugCrypter + Hoster, little improvements for crypter api --- pyload/plugins/Hoster.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyload/plugins/Hoster.py') diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py index b59d11a9c..0ad07878a 100644 --- a/pyload/plugins/Hoster.py +++ b/pyload/plugins/Hoster.py @@ -47,6 +47,8 @@ class Hoster(Base): """ pass + __type__ = "hoster" + def __init__(self, pyfile): # TODO: pyfile.owner, but it's not correct yet Base.__init__(self, pyfile.m.core) -- cgit v1.2.3