diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-16 10:17:10 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-27 22:29:53 +0100 |
commit | 15f443ea392407e84476a5fb9ff2049de6183ad0 (patch) | |
tree | 44ee53289148a73234f73d5df4583b8c5ba5131d /module/plugins/hooks/XFileSharing.py | |
parent | [ClickNLoad] Update (diff) | |
download | pyload-15f443ea392407e84476a5fb9ff2049de6183ad0.tar.xz |
[addons] Some code cosmetics
Diffstat (limited to 'module/plugins/hooks/XFileSharing.py')
-rw-r--r-- | module/plugins/hooks/XFileSharing.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/module/plugins/hooks/XFileSharing.py b/module/plugins/hooks/XFileSharing.py index ac92a0c8c..e2f25e13f 100644 --- a/module/plugins/hooks/XFileSharing.py +++ b/module/plugins/hooks/XFileSharing.py @@ -123,6 +123,3 @@ class XFileSharing(Addon): dict = self.pyload.pluginManager.plugins[type][plugin] dict['pattern'] = r'^unmatchable$' dict['re'] = re.compile(dict['pattern']) - - - |