@rahul-bothra
Latest commit aa18879 Jul 10, 2018 History
* remove call to sys.setdefaultencoding
  default encoding is 'utf-8' by default in Python 3

* remove use of statvfs
  statvfs does not exist in python 3

* TODO was fixed in af6ce2e

* Remove unused function

* flake fixes

* Fix unicode encoding error

* Use a list to iterate over, supporting Python 3

* Encode 'str' instance into 'utf-8'

Co-authored-by: Aniket21mathur <aniketmathur320@gmail.com>
5 contributors

Users who have contributed to this file

@quozl @godiard @icarito @rahul-bothra @Aniket21mathur