Commit c6fbf0c0 authored by Jason R. Coombs's avatar Jason R. Coombs

frozenset is available in Python 2.6

parent 1237522b
......@@ -18,11 +18,6 @@ from setuptools.command.easy_install import (get_script_header, is_sh,
from setuptools.compat import StringIO, iteritems, PY3
from .py26compat import skipIf
try:
frozenset
except NameError:
from sets import ImmutableSet as frozenset
def safe_repr(obj, short=False):
""" copied from Python2.7"""
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment