mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
1d3dd33cbb
Python 3 doesn't allow the ur'' prefix for raw unicode strings. We want a unicode string here so that we get a unicode regexp, so drop the r and do the escaping explicitly (the regexp in question is pretty simple, fortunately). |
||
---|---|---|
.. | ||
cli | ||
data/csv | ||
db | ||
doc | ||
struct | ||
tests | ||
util | ||
__init__.py | ||
__main__.py | ||
compatibility.py | ||
defaults.py | ||
formulae.py | ||
lookup.py | ||
main.py | ||
roomaji.py | ||
search.py |