Kaydet (Commit) 23828f6d authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Undo (hopefully) buildbot failures

üst b17d2aa5
......@@ -116,7 +116,7 @@ else:
try:
os_fsencode = os.fsencode
except ImportError:
except AttributeError:
def os_fsencode(filename):
if not isinstance(filename, unicode):
return filename
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment