some python import cleanups
[enigma2.git] / lib / python / Components / AVSwitch.py
index 8a7bd8d1e3e6b69f3e27a501c0e7bbef95f577c8..a8e471ba645e2322a3802ef35d4aac8468a62c0a 100644 (file)
@@ -1,6 +1,6 @@
 from config import config, ConfigSelection, ConfigYesNo, ConfigEnableDisable, ConfigSubsection, ConfigBoolean
 import os
-from enigma import *
+from enigma import eAVSwitch
 
 class AVSwitch:
        INPUT = { "ENCODER": (0, 4), "SCART": (1, 3), "AUX": (2, 4) }