From 60d594ac498dcb4ff81ea1530d680053f6f0bb22 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 11 Nov 2014 12:48:02 +0100 Subject: [PluginManager] Fix typo --- module/plugins/PluginManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/PluginManager.py b/module/plugins/PluginManager.py index a1efc449c..df22b69e7 100644 --- a/module/plugins/PluginManager.py +++ b/module/plugins/PluginManager.py @@ -73,7 +73,7 @@ class PluginManager: if not exists(pfolder): makedirs(pfolder) - for ifile in (join(join("userplugins", "__init__.py")), + for ifile in (join("userplugins", "__init__.py"), join(pfolder, "__init__.py")): if not exists(ifile): f = open(ifile, "wb") -- cgit v1.2.3