diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-10 17:52:35 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-10 17:52:35 +0200 |
commit | 8b850d64a14d7c8d691c4ec08bb9a3daf9a3dfa2 (patch) | |
tree | 1a258c5eb39dfe0879d511256cc78cad1c3b79c8 /pyload/plugin/Plugin.py | |
parent | Merge pull request #2 from ardi69/0.4.10 (diff) | |
download | pyload-8b850d64a14d7c8d691c4ec08bb9a3daf9a3dfa2.tar.xz |
Cleanup
Diffstat (limited to 'pyload/plugin/Plugin.py')
-rw-r--r-- | pyload/plugin/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/Plugin.py b/pyload/plugin/Plugin.py index 486dbeb0f..6a39507fd 100644 --- a/pyload/plugin/Plugin.py +++ b/pyload/plugin/Plugin.py @@ -88,7 +88,7 @@ class Base(object): def getPluginConfSection(self): - return "%s_%s" % (self.__class__.__name__, getattr(self, "_%s__type" % self.__class__.__name__)) + return "%s_%s" % (self.__class__.__name__, getattr(self, "_%s__type" % self.__class__.__name__)) #: Deprecated method |