parent
cb5bd868d9
commit
c3fd7f0247
|
@ -5,8 +5,6 @@ Simple marshal format (based on pickle) designed to work across Python versions.
|
||||||
import sys
|
import sys
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
import py
|
|
||||||
|
|
||||||
_INPY3 = _REALLY_PY3 = sys.version_info > (3, 0)
|
_INPY3 = _REALLY_PY3 = sys.version_info > (3, 0)
|
||||||
|
|
||||||
class SerializeError(Exception):
|
class SerializeError(Exception):
|
||||||
|
|
Loading…
Reference in New Issue