- Drops Python 2 imports - Drops `if IS_PY3` constructions - Drops `object` inheritance - Drops `__future__` imports - Drops `mocks` dependency - Uses Python 3 `super()`
* Cleaned up some variable references * Improved how user build dir is accessed * Minor code style improvements * Fixed dist_dir calculation following p4a changes