diff options
author | 2013-11-17 14:05:40 +0100 | |
---|---|---|
committer | 2013-11-17 14:05:52 +0100 | |
commit | c1e580ec06b9065bc63ebf987d5306c03da237e0 (patch) | |
tree | 079f72ccc9d3f54ba14c7bf19e57ec67b813f6c3 /pyload/plugins/MultiHoster.py | |
parent | Merge pull request #365 from vuolter/m/timestamp (diff) | |
download | pyload-c1e580ec06b9065bc63ebf987d5306c03da237e0.tar.xz |
refactored pluginManager
Diffstat (limited to 'pyload/plugins/MultiHoster.py')
-rw-r--r-- | pyload/plugins/MultiHoster.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugins/MultiHoster.py b/pyload/plugins/MultiHoster.py index bc7a0de75..6b48e99fb 100644 --- a/pyload/plugins/MultiHoster.py +++ b/pyload/plugins/MultiHoster.py @@ -11,6 +11,7 @@ def normalize(domain): """ Normalize domain/plugin name, so they are comparable """ return remove_chars(domain.strip().lower(), "-.") + #noinspection PyUnresolvedReferences class MultiHoster(Account): """ |