remove set compat cruft

This commit is contained in:
Benjamin Peterson 2008-10-14 22:37:18 +00:00
parent 07d539d08b
commit 32e7aa6ab9
2 changed files with 0 additions and 12 deletions

View file

@ -16,12 +16,6 @@ import sys
from sre_constants import *
def set(seq):
s = {}
for elem in seq:
s[elem] = 1
return s
SPECIAL_CHARS = ".\\[{()*+?^$|"
REPEAT_CHARS = "*+?{"