From 16fb4286406bffb7ddc1f4d3ecc78038b0a2d6d8 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Sun, 25 Oct 2015 15:04:58 +0200 Subject: Update Base.py --- module/plugins/internal/Base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/plugins/internal/Base.py') 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$' -- cgit v1.2.3