diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/en.py | 3 | ||||
-rw-r--r-- | python/sl.py | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/python/en.py b/python/en.py index 561db85..77157f1 100644 --- a/python/en.py +++ b/python/en.py @@ -1,5 +1,8 @@ # coding=utf-8 +name = 'Python' +description = 'Introductory Python course.' + hint = { 'no_hint': '''\ <p>No hint available, sorry!</p> diff --git a/python/sl.py b/python/sl.py index 3282607..250cb88 100644 --- a/python/sl.py +++ b/python/sl.py @@ -1,5 +1,7 @@ # coding=utf-8 +name = 'Python' +description = 'Uvodni tečaj pythona.' general_msg = { 'error_head' : '''\ |