From fbc737eda1f6dbe78e4de4f15fd7127f6cb585d4 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 18 Feb 2013 11:14:04 +0200 Subject: [PATCH] Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. --- Lib/sre_constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py index 4be57f50b9b..b0175e71be6 100644 --- a/Lib/sre_constants.py +++ b/Lib/sre_constants.py @@ -15,6 +15,8 @@ MAGIC = 20031017 +from _sre import MAXREPEAT + # SRE standard exception (access as sre.error) # should this really be here?