From: Andreas Oberritter Date: Fri, 25 Mar 2011 15:48:32 +0000 (+0100) Subject: PluginComponent.py: remove filesystem writeability test X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/7f070068aa203cb95252b641b1c0cc5308a604ee PluginComponent.py: remove filesystem writeability test --- diff --git a/lib/python/Components/PluginComponent.py b/lib/python/Components/PluginComponent.py index c6ad584f..b06246b2 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):