summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/printcolors/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'robot/problems/introduction/printcolors/common.py')
-rw-r--r--robot/problems/introduction/printcolors/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/robot/problems/introduction/printcolors/common.py b/robot/problems/introduction/printcolors/common.py
index 4377c57..9b06575 100644
--- a/robot/problems/introduction/printcolors/common.py
+++ b/robot/problems/introduction/printcolors/common.py
@@ -11,8 +11,6 @@ visible = True
solution = '''\
import time
-from ev3dev import *
-from mindstorms_widgets import mindstorms_widgets
color_table = ['none', 'black', 'blue', 'green', 'yellow', 'red', 'white', 'brown']