summaryrefslogtreecommitdiff
path: root/python/en.py
diff options
context:
space:
mode:
authorMartin Možina <martin.mozina@fri.uni-lj.si>2015-10-14 18:08:44 +0200
committerMartin Možina <martin.mozina@fri.uni-lj.si>2015-10-14 18:08:44 +0200
commit531bde7a2fe3d643e9b6ffe690405b6cc07c4964 (patch)
tree9fcdd54ec25cacc32cd5aaacfb731c174278fab8 /python/en.py
parent1b936a961e39b2a71b5a773776474446f0c58447 (diff)
parentb1deb24a05a380450ed9dc77c3155a16bd204dfc (diff)
Merge branch 'master' of 192.168.15.97:codeq-problems
Diffstat (limited to 'python/en.py')
-rw-r--r--python/en.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/python/en.py b/python/en.py
index 33453a9..5929a97 100644
--- a/python/en.py
+++ b/python/en.py
@@ -21,6 +21,9 @@ general_msg = {
''',
'timed_out':'''\
+''',
+
+ 'sandbox_violation': '''\
'''
}
@@ -61,5 +64,7 @@ hint = {
'eof_error' : [general_msg['eof_error']],
- 'timed_out' : [general_msg['timed_out']]
-} \ No newline at end of file
+ 'timed_out' : [general_msg['timed_out']],
+
+ 'sandbox_violation': [general_msg['sandbox_violation']]
+}