aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-01-19 14:10:56 +0100
committeracid-burn <acid-burn@opendreambox.org>2010-01-19 14:10:56 +0100
commit6ea64f6225d623a23fee4d16965111e26ee74ffa (patch)
tree9de61acb67b2ee435616c8b5d2441fa77e5c742f /lib/python
parentbb2987585250d140bc125d8e316f2381421447e4 (diff)
downloadenigma2-6ea64f6225d623a23fee4d16965111e26ee74ffa.tar.gz
enigma2-6ea64f6225d623a23fee4d16965111e26ee74ffa.zip
Screens/PluginBrowser.py: small cleanup. refs #383
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: