Commit 3b8516cb authored by Antoine Pitrou's avatar Antoine Pitrou

Undo (hopefully) buildbot failures

parent 45352c03
......@@ -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