Commit b6445179 authored by Andreas Jung's avatar Andreas Jung

fixed import problem with pickle module (Collector 2269)

parent 2dade84f
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
__version__ = "1.9" # Code version __version__ = "1.9" # Code version
from pickle import * from pickle import *
from pickle import mloads 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