summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/countlines/common.py
diff options
context:
space:
mode:
authorJure Žabkar <jure.zabkar@fri.uni-lj.si>2015-12-14 12:44:58 +0100
committerJure Žabkar <jure.zabkar@fri.uni-lj.si>2015-12-15 13:17:48 +0100
commitbe94b55b835283de53c686343164641e15abe806 (patch)
tree2b4162d7f4081b26b877f4544edaa3c23a6ec232 /robot/problems/introduction/countlines/common.py
parent33e86fa3601d2afa295ad277ed066592092247c5 (diff)
Zadnje spremembe pred zagovorom.
Diffstat (limited to 'robot/problems/introduction/countlines/common.py')
-rw-r--r--robot/problems/introduction/countlines/common.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/problems/introduction/countlines/common.py b/robot/problems/introduction/countlines/common.py
index 5b8db2e..6a50988 100644
--- a/robot/problems/introduction/countlines/common.py
+++ b/robot/problems/introduction/countlines/common.py
@@ -11,8 +11,7 @@ visible = True
solution = '''\
import time
-from ev3dev import *
-from mindstorms_widgets import mindstorms_widgets
+from mindstorms_widgets import *
color_table = ['none', 'black', 'blue', 'green', 'yellow', 'red', 'white', 'brown']