- added ev3

git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@329 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-10-22 06:43:13 +00:00
parent 52747ba516
commit 7412e813bc
6 changed files with 3091 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import sys
import os
thisdir = os.path.dirname(os.path.abspath(__file__))
print(thisdir)
sys.path.append(thisdir)
import ev3
import message
import direct_command
import system_command
import async