Fix partial commit of change

This commit is contained in:
Adrian Sampson 2016-05-31 15:35:59 -07:00
parent 075cc10d1c
commit 2a9be12503

View file

@ -797,7 +797,6 @@ def _windows_long_path_name(short_path):
long path given a short filename.
"""
if not isinstance(short_path, unicode):
short_path = unicode(short_path)
short_path = short_path.decode(_fsencoding())
import ctypes