Remove unused _better_reduce (which will disappear soon) and

_reconstructor (whose import here is a mystery to me).
This commit is contained in:
Guido van Rossum 2003-02-18 22:49:10 +00:00
parent 2a30b21f64
commit 443ada47c3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Misc variables:
__version__ = "$Revision$" # Code version
from types import *
from copy_reg import dispatch_table, _reconstructor, _better_reduce
from copy_reg import dispatch_table
from copy_reg import _extension_registry, _inverted_registry, _extension_cache
import marshal
import sys