shmup / miniboa

An asynchronous, single-threaded, poll-based Telnet server
Apache License 2.0
60 stars 12 forks source link

Python 3.7 support and ANSI escape sequence fix #25

Closed Tizen closed 5 years ago

Tizen commented 5 years ago

Updated travis.yml to support testing for Python 3.7 and to avoid reserved word collision with "async" Also fixed a minor issue with the ANSI escape sequence for changing back to default foreground/background.

shmup commented 5 years ago

looks good to me :)