ReferenceError is undefined. causes test___all__.py to fail. remove it from __all__

This commit is contained in:
Gregory P. Smith 2008-08-18 03:41:46 +00:00
parent 22ba5609be
commit 7d10c2baf9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from _weakrefset import WeakSet
ProxyTypes = (ProxyType, CallableProxyType)
__all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
"WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
"WeakKeyDictionary", "ReferenceType", "ProxyType",
"CallableProxyType", "ProxyTypes", "WeakValueDictionary",
"WeakSet"]