Remove UTF-8 encoding header from Python files
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Jan 2015 21:19:05 +0000 (21:19 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Jan 2015 21:19:05 +0000 (21:19 +0000)
commit5203c13783665dfa6106f174c7aaf0d165453cdb
tree84002afff5fa88faaa40da3eefd6f4838040996c
parentb2d5ba9c3c2ab6967d041410bd91062577b09aee
Remove UTF-8 encoding header from Python files

The Python 3.x interpreter assumes source files are in UTF-8 by
default, so file encoding headers are no longer necessary. Get rid
of them.
bin/mudpy
bin/test
lib/mudpy/__init__.py
lib/mudpy/data.py
lib/mudpy/misc.py
lib/mudpy/password.py
lib/mudpy/telnet.py