aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-01-19 14:12:44 +0100
committeracid-burn <acid-burn@opendreambox.org>2010-01-19 14:12:44 +0100
commit5bf1f93262c454ab6f214bd822c54bd98bbef3ff (patch)
tree21ff2626a1304eb366f74cdbce22bb8bf8b2d5b0 /lib/python
parentef25d742a5eda3b2b679d39c38cb1ce4c8daa5d4 (diff)
parent6ea64f6225d623a23fee4d16965111e26ee74ffa (diff)
downloadenigma2-5bf1f93262c454ab6f214bd822c54bd98bbef3ff.tar.gz
enigma2-5bf1f93262c454ab6f214bd822c54bd98bbef3ff.zip
Merge commit 'origin/bug_383_softwaremanager' into experimental
Diffstat (limited to 'lib/python')
-rwxr-xr-xlib/python/Screens/PluginBrowser.py1
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: