diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-11-28 18:25:51 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-11-28 18:25:51 +0100 |
| commit | 8d8587bc8cd3a8639de5887760db2aef7ca917ce (patch) | |
| tree | 97ac3d8d52159de90a6b5e00006310ec2b66f00c /src/config.py | |
| parent | ea9c06ee0676f33f0d1fd370281328fa7219e22b (diff) | |
| download | enigma2-curlytx-8d8587bc8cd3a8639de5887760db2aef7ca917ce.tar.gz enigma2-curlytx-8d8587bc8cd3a8639de5887760db2aef7ca917ce.zip | |
method docblocks
Diffstat (limited to 'src/config.py')
| -rw-r--r-- | src/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py index 7f4d681..496fb42 100644 --- a/src/config.py +++ b/src/config.py @@ -5,6 +5,7 @@ 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( |
