X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FPluginComponent.py;h=b06246b25939f4ec4f39810b8292e42ce1534a00;hb=64d399c3d183fa3f7d02fb73e474e42583538def;hp=c6ad584f328f778c05d2ebaba77539695f69c4c9;hpb=f4f8263d2594c3bf1d46a9820f1bd4232e312739;p=vuplus_dvbapp diff --git a/lib/python/Components/PluginComponent.py b/lib/python/Components/PluginComponent.py index c6ad584..b06246b 100755 --- a/lib/python/Components/PluginComponent.py +++ b/lib/python/Components/PluginComponent.py @@ -49,7 +49,6 @@ class PluginComponent: directory_category = directory + c if not os_path.isdir(directory_category): continue - open(directory_category + "/__init__.py", "a").close() for pluginname in os_listdir(directory_category): path = directory_category + "/" + pluginname if os_path.isdir(path):