summaryrefslogtreecommitdiff
path: root/Lib/copy.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/copy.py')
-rw-r--r--Lib/copy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/copy.py b/Lib/copy.py
index ef5b10edd0..ef1598285b 100644
--- a/Lib/copy.py
+++ b/Lib/copy.py
@@ -50,6 +50,8 @@ __getstate__() and __setstate__(). See the __doc__ string of module
"pickle" for information on these methods.
"""
+# XXX need to support copy_reg here too...
+
import types
error = 'copy.error'