diff options
Diffstat (limited to 'Lib/lib2to3/fixer_base.py')
-rw-r--r-- | Lib/lib2to3/fixer_base.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/lib2to3/fixer_base.py b/Lib/lib2to3/fixer_base.py index 5246b0813c..34d0728059 100644 --- a/Lib/lib2to3/fixer_base.py +++ b/Lib/lib2to3/fixer_base.py @@ -7,12 +7,6 @@ import logging import itertools -# Get a usable 'set' constructor -try: - set -except NameError: - from sets import Set as set - # Local imports from .patcomp import PatternCompiler from . import pygram |