Commit 08745e00 authored by Jérome Perrin's avatar Jérome Perrin

patches/Datetime: do not enable copy_reg patch yet

parent d6cf38e6
......@@ -270,7 +270,7 @@ DateTimeKlass._parse = DateTime_parse
# DateTime 2.12.7., 2012-09-17)
import six
if six.PY2:
if six.PY2 and 0:
import copy_reg
copy_reg._reconstructor.__module__ = 'copy_reg'
copy_reg._reconstructor.__name__ = '_reconstructor'
......
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