summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/copy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/copy.py b/Lib/copy.py
index ef5b10e..ef15982 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'