Skip to content

Commit 301c8a3

Browse files
committed
quick fix for making merge work again.
import issues will generally reworked in #236
1 parent 1a63019 commit 301c8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canmatrix/canmatrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
import struct
5252

5353
from past.builtins import basestring
54-
import copy
54+
import canmatrix.copy as copy
5555

5656

5757
class ExceptionTemplate(Exception):

0 commit comments

Comments
 (0)