summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Base.py
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-10-25 14:04:58 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-10-25 14:04:58 +0100
commit16fb4286406bffb7ddc1f4d3ecc78038b0a2d6d8 (patch)
tree7c3ecdecd5e1fb220cc4234b2c4f878cc4c304f3 /module/plugins/internal/Base.py
parentUpdate Hoster.py (diff)
downloadpyload-16fb4286406bffb7ddc1f4d3ecc78038b0a2d6d8.tar.xz
Update Base.py
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$'