Don't break all over the place when there are not pyquirks

This commit is contained in:
Kiooeht 2011-11-28 22:18:23 -08:00 committed by unknown
parent 8961144bd2
commit edfd01e783

View file

@ -66,7 +66,7 @@ class PythonQuirks(object):
def funcre(self):
if not self.quirks:
return r""
return r"\\[0-9]+"
f = r"("
for q in self.quirks:
f = f + q[:-1]+r"\(|"