* Code reformated, imports normalized, new-style classes
* Fixed Py2 compatibility: Python 2.x has no __bool__ method, using __nonzero__ instead
* Fixed Py2 compatibility: Reference resoulving through .pyc files
* Fixed Py2 compatibility: String .format method old syntax support
* Py2 version passes all tests for now