diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-01-19 14:10:56 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-01-19 14:10:56 +0100 |
| commit | 6ea64f6225d623a23fee4d16965111e26ee74ffa (patch) | |
| tree | 9de61acb67b2ee435616c8b5d2441fa77e5c742f /lib/python | |
| parent | bb2987585250d140bc125d8e316f2381421447e4 (diff) | |
| download | enigma2-6ea64f6225d623a23fee4d16965111e26ee74ffa.tar.gz enigma2-6ea64f6225d623a23fee4d16965111e26ee74ffa.zip | |
Screens/PluginBrowser.py: small cleanup. refs #383
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: |
