summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/followline/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'robot/problems/introduction/followline/en.py')
-rw-r--r--robot/problems/introduction/followline/en.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/problems/introduction/followline/en.py b/robot/problems/introduction/followline/en.py
index 1551d1b..9a588bc 100644
--- a/robot/problems/introduction/followline/en.py
+++ b/robot/problems/introduction/followline/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 = 207
name = 'Line following'
@@ -43,4 +43,4 @@ plan = ['''\
</ol>
<p>Note: you may need to calibrate the color sensor before running the program on the robot.</p>
'''
-] \ No newline at end of file
+]