Still looking into pickling.

This commit is contained in:
Ahmet Bakan 2015-05-03 02:36:12 -07:00
parent e35657c9c7
commit 478e6f8902

View file

@ -208,7 +208,7 @@ def skip_pickling(env):
env._topickle = env.topickle
def topickle(self, *args):
def topickle(self=env, *args):
warnfunc = self._warnfunc
self.set_warnfunc(None)