Fix T47018: OBJ fails images search on win32
commit7d832c33d5cf1632823ebfc673c9d74343e8fb3b
authorCampbell Barton <ideasman42@gmail.com>
Fri, 15 Jan 2016 00:25:15 +0000 (15 11:25 +1100)
committerCampbell Barton <ideasman42@gmail.com>
Fri, 15 Jan 2016 00:30:40 +0000 (15 11:30 +1100)
tree22a8396e3332f9bbc9bd5b30a147716bf7ce3aa1
parent54b9b57ab83b9a91d052bd708e6acf11c3ff8efe
Fix T47018: OBJ fails images search on win32

Workaround for a bug in Python3.5,
however bytes on win32 are deprecated so better not use them for file access at all.
io_scene_obj/import_obj.py