diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-25 14:04:58 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-25 14:04:58 +0100 |
commit | 16fb4286406bffb7ddc1f4d3ecc78038b0a2d6d8 (patch) | |
tree | 7c3ecdecd5e1fb220cc4234b2c4f878cc4c304f3 | |
parent | Update Hoster.py (diff) | |
download | pyload-16fb4286406bffb7ddc1f4d3ecc78038b0a2d6d8.tar.xz |
Update Base.py
-rw-r--r-- | module/plugins/internal/Base.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/internal/Base.py b/module/plugins/internal/Base.py index 84986bd09..f71722055 100644 --- a/module/plugins/internal/Base.py +++ b/module/plugins/internal/Base.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- import inspect -import mimetypes import os import re import time @@ -37,7 +36,7 @@ def create_getInfo(klass): class Base(Plugin): __name__ = "Base" __type__ = "base" - __version__ = "0.17" + __version__ = "0.18" __status__ = "stable" __pattern__ = r'^unmatchable$' |