summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/countlines/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'robot/problems/introduction/countlines/en.py')
-rw-r--r--robot/problems/introduction/countlines/en.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/problems/introduction/countlines/en.py b/robot/problems/introduction/countlines/en.py
index 009a752..7655b21 100644
--- a/robot/problems/introduction/countlines/en.py
+++ b/robot/problems/introduction/countlines/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 = 206
name = 'Count lines'