fix line length

This commit is contained in:
Daniel Neuhäuser
2010-06-20 22:24:00 +02:00
parent fc10038398
commit 20a21ed35a

View File

@@ -192,7 +192,8 @@ class Config(object):
if isinstance(value, bytes) and nonascii_re.search(value):
warn('the config value %r is set to a string with non-ASCII '
'characters; this can lead to Unicode errors occurring. '
'Please use Unicode strings, e.g. %r.' % (name, u'Content'))
'Please use Unicode strings, e.g. %r.' % (name, u'Content')
)
def init_values(self):
config = self._raw_config