TurboGears / backlash

Standalone WebOb port of the Werkzeug Debugger with Python3 support born as a WebError replacement for TurboGears2
MIT License
13 stars 11 forks source link

fixed DeprecationWarning `tbtools.py` line 26 #13

Closed eteamin closed 6 years ago

eteamin commented 6 years ago

[py.warnings] /Users/etemin/virtualenvs/ave/lib/python3.6/site-packages/backlash/tbtools.py:26: DeprecationWarning: Flags not at the start of the expression '^(.*?)$(?m)' _line_re = re.compile(r'^(.*?)$(?m)')