diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-01-19 14:12:44 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-01-19 14:12:44 +0100 |
| commit | 5bf1f93262c454ab6f214bd822c54bd98bbef3ff (patch) | |
| tree | 21ff2626a1304eb366f74cdbce22bb8bf8b2d5b0 /lib/python | |
| parent | ef25d742a5eda3b2b679d39c38cb1ce4c8daa5d4 (diff) | |
| parent | 6ea64f6225d623a23fee4d16965111e26ee74ffa (diff) | |
| download | enigma2-5bf1f93262c454ab6f214bd822c54bd98bbef3ff.tar.gz enigma2-5bf1f93262c454ab6f214bd822c54bd98bbef3ff.zip | |
Merge commit 'origin/bug_383_softwaremanager' into experimental
Diffstat (limited to 'lib/python')
| -rwxr-xr-x | lib/python/Screens/PluginBrowser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index c7909ffb..69bf80f7 100755 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -89,7 +89,6 @@ class PluginBrowser(Screen): def openExtensionmanager(self): if fileExists(resolveFilename(SCOPE_PLUGINS, "SystemPlugins/SoftwareManager/plugin.py")): - print "blah" try: from Plugins.SystemPlugins.SoftwareManager.plugin import PluginManager except ImportError: |
