summaryrefslogtreecommitdiffstats
path: root/Lib/weakref.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/weakref.py')
-rw-r--r--Lib/weakref.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/weakref.py b/Lib/weakref.py
index c20d1b6..33896f5 100644
--- a/Lib/weakref.py
+++ b/Lib/weakref.py
@@ -20,8 +20,6 @@ from _weakref import (
ProxyType,
ReferenceType)
-from exceptions import ReferenceError
-
ProxyTypes = (ProxyType, CallableProxyType)