refactor: Remove u-prefix from strings

This commit is contained in:
Takeshi KOMIYA
2018-12-15 23:02:28 +09:00
parent d160adb811
commit c6bd84a614
88 changed files with 1125 additions and 1145 deletions

View File

@@ -1,2 +1,2 @@
copyright = u'2006-2009, Author'
copyright = '2006-2009, Author'

View File

@@ -111,7 +111,7 @@ class Class(Base):
"""should likewise be documented -- süß"""
udocattr = 'quux'
u"""should be documented as well - süß"""
"""should be documented as well - süß"""
# initialized to any class imported from another module
mdocattr = StringIO()

View File

@@ -101,7 +101,7 @@ class Class(Base):
"""should likewise be documented -- süß"""
udocattr = 'quux'
u"""should be documented as well - süß"""
"""should be documented as well - süß"""
# initialized to any class imported from another module
mdocattr = StringIO()