summaryrefslogtreecommitdiff
path: root/python/problems/functions/body_mass_index_2/common.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-11 19:58:42 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-11 19:58:42 +0200
commitd43958c3b5ea7f61e772c80f63b96d8fdb61110b (patch)
tree5603637e7c1863b02aa968d45769d58ca6274a18 /python/problems/functions/body_mass_index_2/common.py
parent95e107bf9e6a288969e4a83aee1a7062990f3b67 (diff)
Fix ID for python/functions/body_mass_index_2
Diffstat (limited to 'python/problems/functions/body_mass_index_2/common.py')
-rw-r--r--python/problems/functions/body_mass_index_2/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/functions/body_mass_index_2/common.py b/python/problems/functions/body_mass_index_2/common.py
index c94b7d1..a88ad1c 100644
--- a/python/problems/functions/body_mass_index_2/common.py
+++ b/python/problems/functions/body_mass_index_2/common.py
@@ -5,7 +5,7 @@ from python.util import has_token_sequence, string_almost_equal, \
string_contains_number, get_tokens, get_numbers, get_exception_desc
from server.hints import Hint
-id = 226
+id = 227
group = 'functions'
number = 6
visible = True