mercurial/util.py
changeset 8150 bbc24c0753a0
parent 8118 35f7fda52c92
child 8151 127281884959
--- a/mercurial/util.py	Fri Apr 24 10:43:12 2009 +0200
+++ b/mercurial/util.py	Wed Apr 22 00:55:32 2009 +0200
@@ -19,12 +19,6 @@
 
 # Python compatibility
 
-try:
-    set = set
-    frozenset = frozenset
-except NameError:
-    from sets import Set as set, ImmutableSet as frozenset
-
 _md5 = None
 def md5(s):
     global _md5