We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462bd30 commit 2800adfCopy full SHA for 2800adf
src/sugar3/dispatch/dispatcher.py
@@ -1,11 +1,6 @@
1
import weakref
2
import six
3
4
-try:
5
- set
6
-except NameError:
7
- from sets import Set as set # Python 2.3 fallback
8
-
9
from sugar3.dispatch import saferef
10
11
WEAKREF_TYPES = (weakref.ReferenceType, saferef.BoundMethodWeakref)
0 commit comments