summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Base.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-25 18:41:37 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-25 18:41:37 +0100
commit54e5f48828b78386c82cf44660efc9fcad55c753 (patch)
tree7c3ecdecd5e1fb220cc4234b2c4f878cc4c304f3 /module/plugins/internal/Base.py
parentMerge pull request #2107 from GammaC0de/patch-6 (diff)
parentUpdate Base.py (diff)
downloadpyload-54e5f48828b78386c82cf44660efc9fcad55c753.tar.xz
Merge pull request #2111 from GammaC0de/patch-7
fix #2110
Diffstat (limited to 'module/plugins/internal/Base.py')
-rw-r--r--module/plugins/internal/Base.py3
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$'