PMunch / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices
MIT License
8 stars 2 forks source link

Added UTF-8 encoding statement #1

Closed fredrikhr closed 1 year ago

fredrikhr commented 7 years ago

Systems that are not UTF-8 native, will also be able to run mpfshell

PMunch commented 7 years ago

According to PEP-8 files in Python 3 defaults to UTF-8 and should not have an encoding declaration. Since this project has deviated from Python 2 support this pull-request will be left until the project adds back support or closed if it is decided to only run on Python 3.