Skip to content

Commit 43c85df

Browse files
committed
added path
1 parent 1e22c6b commit 43c85df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/createTestMatrix.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env python
22
# coding=utf-8
3+
import codecs
4+
import sys
5+
sys.path.append('..')
36

47
import library.exportall as ex
58
from library.canmatrix import *
6-
import sys
7-
import codecs
89

910
#
1011
# create target Matrix

0 commit comments

Comments
 (0)