diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-09-26 16:23:29 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-09-26 16:23:29 +0200 |
commit | 03c9d6d8441e3293b058fed270866419781b734c (patch) | |
tree | a456f12f5c26c836685c6e47c95cfe2897e43723 /kpov_judge/tasks/entrance_exam | |
parent | 3938c69f3e1586c1ffbcae5395414ca8480e6ba4 (diff) |
Run 2to3
Some stuff is broken now.
Diffstat (limited to 'kpov_judge/tasks/entrance_exam')
-rw-r--r-- | kpov_judge/tasks/entrance_exam/task.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpov_judge/tasks/entrance_exam/task.py b/kpov_judge/tasks/entrance_exam/task.py index 6984c7c..bfefbd1 100644 --- a/kpov_judge/tasks/entrance_exam/task.py +++ b/kpov_judge/tasks/entrance_exam/task.py @@ -1,2 +1,2 @@ -instructions = {'si': u""" +instructions = {'si': """ Reši pristopni kolokvij z visoko oceno.""" } |