* Renamed properly to Snakerunner
* Removed complicated guess-homedirectory logic and replaced it with
pathlib.Path.home()
* Removed macshim.py
* Removed coldshot support
Modifications since the Fork
* Python3 compatibility
* Updated to current wxpython version
* Merged `squaremap` library into the project
* Removed support for Meliae memory profiling
* Modernized setup.py
* Replaced SafeConfigParser with ConfigParser
* Replaced logger.warn with logger.warning