move url loading after layout finishing to prevent crashes.
[enigma2-curlytx.git] / src / config.py
index 7f4d6810d652b60308e12320a4dcb5f2634cb1c0..e32e27b5cae17c14e2347eb4bfe02057d7152493 100644 (file)
@@ -1,10 +1,12 @@
 # -*- coding: utf-8 -*-
 # CurlyTx configuration
 # Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de>
+# License: GPLv3 or later
 
 from Components.config import config, ConfigYesNo, ConfigSelection, ConfigNumber, ConfigText, ConfigSubsection, ConfigSubList, ConfigInteger
 
 def createPage():
+    """ Create and return a configuration page object """
     s = ConfigSubsection()
     s.uri   = ConfigText(default="http://", fixed_size=False)
     s.title = ConfigText(