diff options
author | spoob <spoob@gmx.de> | 2010-09-13 22:24:14 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-09-13 22:24:14 +0200 |
commit | a4c306cb30cce2d4c5d704f10de793180a3a96fa (patch) | |
tree | 4d05af52bbebd827f6f8c4e7d5d8f578fac5aed9 /module | |
parent | better rs server select (diff) | |
download | pyload-a4c306cb30cce2d4c5d704f10de793180a3a96fa.tar.xz |
clean print
Diffstat (limited to 'module')
-rw-r--r-- | module/PluginManager.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/module/PluginManager.py b/module/PluginManager.py index ae516e0ec..cc5c7cc53 100644 --- a/module/PluginManager.py +++ b/module/PluginManager.py @@ -165,14 +165,11 @@ class PluginManager(): config = self.reConfig.findall(content) if config: - print config config = [ [y.strip() for y in x.replace("'","").replace('"',"").replace("\") ","").split(",")] for x in config[0].split(" (\"") if x.strip()] - print config if folder == "hooks": config.append( ["load", "bool", "Load on startup", True if name not in ("XMPPInterface", "MultiHome") else False] ) for item in config: - #~ print item self.core.config.addPluginConfig([name]+item) if not home: |