aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-31 11:01:51 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-31 11:01:51 +0000
commitd2ab048e67a14cc4721b6c89d28b4ee8873b04ae (patch)
tree89557d7774b2e9f10b9152ff4b15edf3efe05f1b /lib/python/Plugins/Extensions
parentb1d4a0b06608906144928198f66062705a8041fd (diff)
downloadenigma2-d2ab048e67a14cc4721b6c89d28b4ee8873b04ae.tar.gz
enigma2-d2ab048e67a14cc4721b6c89d28b4ee8873b04ae.zip
the graphical multiepg plugin needs a realy actual enigma2 (from today!!)
Diffstat (limited to 'lib/python/Plugins/Extensions')
-rw-r--r--lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py
index d8c654bc..683d1c2c 100644
--- a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py
+++ b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py
@@ -1,6 +1,6 @@
from Components.config import config, ConfigClock, ConfigInteger
-from Components.Button import Button
from Components.Pixmap import Pixmap
+from Components.Button import Button
from Components.ActionMap import ActionMap
from Components.HTMLComponent import HTMLComponent
from Components.GUIComponent import GUIComponent