diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-13 01:05:42 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-13 01:05:42 +0100 |
| commit | c46312d7f5ce4113ece4c33595b7192eccadcb1d (patch) | |
| tree | e3319cfa0f7cf929f2c2d181f60bf80dc34a7361 /lib/python/Components/About.py | |
| parent | aed27e79c07f8f2463ccefed5ba5c3e1b4352052 (diff) | |
| parent | c7cadfc8b46d1f6db38fac73624393873cae2ac7 (diff) | |
| download | enigma2-c46312d7f5ce4113ece4c33595b7192eccadcb1d.tar.gz enigma2-c46312d7f5ce4113ece4c33595b7192eccadcb1d.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components/About.py')
| -rw-r--r-- | lib/python/Components/About.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/About.py b/lib/python/Components/About.py index ce1328cf..bb2d7568 100644 --- a/lib/python/Components/About.py +++ b/lib/python/Components/About.py @@ -23,7 +23,7 @@ class About: month = version[8:10] day = version[10:12] - return '-'.join(["dev", year, month, day]) + return '-'.join(("dev", year, month, day)) file.close() except IOError: pass |
