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)
commitb6b6478cf56b8d0defd158868c91f88c150313ed
treeeef6e4c23ca3582a022644a5f3d249db688d1508
parenta4a7fabfdfe68676346e9f9d44daf1c91b23ab96
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