Cosimo Lupo 590d00ba11 [filesystem] use unicode strings for path names
as pyfilesystem2 works internally with unicode strings, some methods
(e.g. self._fs.exists()) fail with TypeError if passed bytes strings
(on python 2 bytes == str).

We decode bytes path strings using the system's default filesystem
encoding.
2017-07-21 13:29:33 +01:00
..
2017-07-21 10:07:37 +01:00
2017-07-21 10:07:37 +01:00
2016-05-16 10:24:09 -04:00
2016-05-16 15:02:19 -04:00