From 092554e3d7fc377690be5ca87c9a760b39f755bc Mon Sep 17 00:00:00 2001 From: Kiooeht Date: Mon, 28 Nov 2011 22:18:23 -0800 Subject: [PATCH] Don't break all over the place when there are not pyquirks --- pyquirks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquirks.py b/pyquirks.py index 7bccf7c..593be70 100644 --- a/pyquirks.py +++ b/pyquirks.py @@ -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"\(|"