unusual gap
Two tab =》 One tab
This commit is contained in:
parent
b6e680647c
commit
1d3b92cf44
|
@ -30,7 +30,7 @@ SECONDS_TO_MICROSECONDS = 1000000
|
||||||
|
|
||||||
|
|
||||||
def bytes23(string):
|
def bytes23(string):
|
||||||
"""Creates a bytes string in either Python 2 or 3."""
|
"""Creates a bytes string in either Python 2 or 3."""
|
||||||
if sys.version_info >= (3, 0):
|
if sys.version_info >= (3, 0):
|
||||||
return bytes(string, 'utf8')
|
return bytes(string, 'utf8')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user