Corrected a newline

This commit is contained in:
Armin Ronacher 2013-05-20 02:13:15 +01:00
parent eb12114219
commit 146c9ba170

View File

@ -17,7 +17,6 @@ _identity = lambda x: x
if not PY2:
unichr = chr
range_type = range
text_type = str
@ -45,6 +44,7 @@ if not PY2:
implements_to_string = _identity
encode_filename = _identity
get_next = lambda x: x.__next__
else:
unichr = unichr
text_type = unicode