Commit 3356ca1c authored by Fred Drake's avatar Fred Drake

Only pick up mloads & mdumps from one location; since the "real" source is

marshal, we'll keep that one.
parent 5d51e75c
...@@ -89,7 +89,6 @@ ...@@ -89,7 +89,6 @@
__version__ = "1.9" # Code version __version__ = "1.9" # Code version
from pickle import * from pickle import *
from pickle import mloads,mdumps
from string import replace from string import replace
import struct import struct
import base64 import base64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment