You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@berndhahnebach you need to run the 2to3 code on the pystache code when installing it in a Python 3 environment. This is done automatically if you install pystache the normal way, using pip. Also, this issue is a duplicate of #181; there is more context there.
NON_BLANK_RE = re.compile(ur'^(.)', re.M)
pystache/pystache/parser.py
Line 15 in 17a5dfd
see
https://stackoverflow.com/questions/27482273/invalid-syntax-using-regular-expression-in-python-3-4
The text was updated successfully, but these errors were encountered: