summaryrefslogtreecommitdiffstats
path: root/pyload/utils/PluginLoader.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/utils/PluginLoader.py')
-rw-r--r--pyload/utils/PluginLoader.py2
1 files changed, 2 insertions, 0 deletions
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