diff --git a/loopy/match.py b/loopy/match.py index 002540e43a6c3e71309547ecc766992fc9b1f839..66cc58cbe58f09a9d03e70231079d38b761b7f27 100644 --- a/loopy/match.py +++ b/loopy/match.py @@ -58,6 +58,7 @@ def re_from_glob(s): from fnmatch import translate return re.compile("^"+translate(s.strip())+"$") + # {{{ parsing # {{{ lexer data