From 7a386102e272abf12fc8a03733538421b2711045 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 22 Nov 2013 23:00:43 +0100 Subject: improved addonManager, new property to expose addon information, new functionality to interact with addons --- pyload/utils/PluginLoader.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyload/utils/PluginLoader.py') diff --git a/pyload/utils/PluginLoader.py b/pyload/utils/PluginLoader.py index cb1039443..57a899e39 100644 --- a/pyload/utils/PluginLoader.py +++ b/pyload/utils/PluginLoader.py @@ -182,6 +182,8 @@ class PluginLoader: # save number of of occurred stack = 0 endpos = m.start(2) - size + + #TODO: strings must be parsed too, otherwise breaks very easily for i in xrange(m.end(2), len(content) - size + 1): if content[i:i+size] == endchar: # closing char seen and match now complete -- cgit v1.2.3