We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a63019 commit 301c8a3Copy full SHA for 301c8a3
src/canmatrix/canmatrix.py
@@ -51,7 +51,7 @@
51
import struct
52
53
from past.builtins import basestring
54
-import copy
+import canmatrix.copy as copy
55
56
57
class ExceptionTemplate(Exception):
0 commit comments