From 2e62e4d78ea265cafc1021b46f3b35e55a2140dd Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 26 Nov 2007 13:38:45 +0000 Subject: remove unneeded imports --- lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/Extensions') diff --git a/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py b/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py index e44c71f0..69e10971 100644 --- a/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py +++ b/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py @@ -1,5 +1,5 @@ from Screens.Ci import MMIDialog -from enigma import eTimer, eSocket_UI +from enigma import eSocket_UI class SocketMMIMessageHandler: def __init__(self): -- cgit v1.2.3