aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 12:23:16 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 12:23:16 +0000
commit51550aa81c726aedfa7159af0e67f8bcd5fb8a2f (patch)
tree5a98de59b25874170e5e66d6cb3e82be399b0ec7 /lib/python/Screens/InfoBar.py
parent64a7bd679d0a4a91699b8de9629b7c20de2fa5d7 (diff)
downloadenigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.tar.gz
enigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.zip
fix some imports
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
-rw-r--r--lib/python/Screens/InfoBar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index 05c5c98a..41df2475 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -1,4 +1,4 @@
-from Tools.Profile import profile, profile_final
+from Tools.Profile import profile
from Screen import Screen