From d38e830b7c0b3c6561a0072c74bbccb5fcdf4a61 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 19 Jul 2015 14:43:42 +0200 Subject: New __status__ magic key --- module/plugins/internal/OCR.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/internal/OCR.py') diff --git a/module/plugins/internal/OCR.py b/module/plugins/internal/OCR.py index 566801e9a..ee5571f77 100644 --- a/module/plugins/internal/OCR.py +++ b/module/plugins/internal/OCR.py @@ -21,6 +21,7 @@ class OCR(Plugin): __name__ = "OCR" __type__ = "ocr" __version__ = "0.12" + __status__ = "stable" __description__ = """OCR base plugin""" __license__ = "GPLv3" -- cgit v1.2.3