remove unused imports
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Mon, 26 Oct 2009 23:13:53 +0000 (23:13 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Mon, 26 Oct 2009 23:13:53 +0000 (23:13 +0000)
webinterface/src/__init__.py

index 3c1ea37..f0ffda6 100644 (file)
@@ -1,18 +1,9 @@
 import Plugins.Plugin
-from Components.config import config
-from Components.config import ConfigSubsection
-from Components.config import ConfigSelection
-from Components.config import ConfigInteger
-from Components.config import ConfigSubList
-from Components.config import ConfigSubDict
-from Components.config import ConfigText
-from Components.config import configfile
-from Components.config import ConfigYesNo
 from Components.Language import language
 from Tools.Directories import resolveFilename, SCOPE_PLUGINS, SCOPE_LANGUAGE
 import os,gettext
 
-__version__ = "1.6rc2"
+__version__ = "1.6rc3"
 
 PluginLanguageDomain = "WebInterface"
 PluginLanguagePath = "Extensions/WebInterface/locale"