Skip to content

Commit 2194987

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 4e49782 + 43c85df commit 2194987

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 canmatrix.exportall as ex
58
from canmatrix.canmatrix import *
6-
import sys
7-
import codecs
89

910
#
1011
# create target Matrix

0 commit comments

Comments
 (0)