summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/forward1m
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-23 14:57:52 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-23 14:57:52 +0100
commitbebd9806a957cd91fe0e507091bc7d0fd385f865 (patch)
tree8ca6734fc1733ad28e8233c0495cb4c92ce75f82 /robot/problems/introduction/forward1m
parentf80206e6a4e4cec1574a375cb04dbdf07d3e02cd (diff)
Fix: import robot hints from the correct directory
Diffstat (limited to 'robot/problems/introduction/forward1m')
-rw-r--r--robot/problems/introduction/forward1m/en.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/problems/introduction/forward1m/en.py b/robot/problems/introduction/forward1m/en.py
index f923059..f47d088 100644
--- a/robot/problems/introduction/forward1m/en.py
+++ b/robot/problems/introduction/forward1m/en.py
@@ -1,6 +1,6 @@
# coding=utf-8
import server
-mod = server.problems.load_language('python', 'en')
+mod = server.problems.load_language('robot', 'en')
id = 208
name = 'Forward 1m'