From 2d6de0b09f74bad9d5c1cce909febf78f7694dc6 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Sat, 10 Oct 2015 14:26:07 +0300 Subject: Update Base.py --- module/plugins/internal/Base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/plugins/internal/Base.py b/module/plugins/internal/Base.py index 28b648994..423e53695 100644 --- a/module/plugins/internal/Base.py +++ b/module/plugins/internal/Base.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +import re import inspect import mimetypes import os @@ -46,7 +47,7 @@ def check_abort(fn): class Base(Plugin): __name__ = "Base" __type__ = "base" - __version__ = "0.08" + __version__ = "0.09" __status__ = "testing" __pattern__ = r'^unmatchable$' -- cgit v1.2.3