refactor: Remove u-prefix from strings

This commit is contained in:
Takeshi KOMIYA
2018-12-16 21:28:51 +09:00
parent d160adb811
commit c6bd84a614
88 changed files with 1125 additions and 1145 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ def test_build_sphinx_multiple_invalid_builders(setup_command):
@pytest.fixture
def nonascii_srcdir(request, setup_command):
mb_name = u'\u65e5\u672c\u8a9e'
mb_name = '\u65e5\u672c\u8a9e'
srcdir = (setup_command.pkgroot / 'doc')
try:
(srcdir / mb_name).makedirs()