move url loading after layout finishing to prevent crashes.
[enigma2-curlytx.git] / src / config.py
index 4314f08ff151b32b770b0d67dff50c9c1e6d7db7..e32e27b5cae17c14e2347eb4bfe02057d7152493 100644 (file)
@@ -1,6 +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(