summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/printcolors/naloga09_printColors.py
diff options
context:
space:
mode:
Diffstat (limited to 'robot/problems/introduction/printcolors/naloga09_printColors.py')
-rw-r--r--robot/problems/introduction/printcolors/naloga09_printColors.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/problems/introduction/printcolors/naloga09_printColors.py b/robot/problems/introduction/printcolors/naloga09_printColors.py
index 59dfdb0..2e9d323 100644
--- a/robot/problems/introduction/printcolors/naloga09_printColors.py
+++ b/robot/problems/introduction/printcolors/naloga09_printColors.py
@@ -17,8 +17,7 @@ Naloga 9:
import sys
sys.path.append('/home/user/codeq')
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']