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). |
||
---|---|---|
.. | ||
__init__.py | ||
test_database_sanity.py | ||
test_docs.py | ||
test_lookup.py | ||
test_media.py | ||
test_roomaji.py | ||
test_schema.py | ||
test_strings.py | ||
test_translations.py | ||
test_util.py |