diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-15 16:00:52 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-15 16:00:52 +0100 |
commit | 8a54e49327df06a8955fc8850756ca52252f6e4f (patch) | |
tree | ec115d8d83d731c03d037997c35af13fdfc2c638 /pyload/plugins/internal/OCR.py | |
parent | Update PluginManager (diff) | |
download | pyload-8a54e49327df06a8955fc8850756ca52252f6e4f.tar.xz |
Code cosmetics
Diffstat (limited to 'pyload/plugins/internal/OCR.py')
-rw-r--r-- | pyload/plugins/internal/OCR.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/internal/OCR.py b/pyload/plugins/internal/OCR.py index b5ee30cb7..dec9f28b7 100644 --- a/pyload/plugins/internal/OCR.py +++ b/pyload/plugins/internal/OCR.py @@ -18,7 +18,7 @@ class OCR(object): __type__ = "ocr" __version__ = "0.01" - __description__ = """OCR base plugin""" + __description__ = """Base OCR plugin""" __license__ = "GPLv3" __authors__ = [("pyLoad Team", "admin@pyload.org")] |