commit | 9977786b56294292fb7da9eabc0f3b94d638e8a7 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Nov 15 07:34:55 2016 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Nov 14 18:34:55 2016 -0500 |
tree | ebab975a1fb5006d2e7be6e5921b7513739caf55 | |
parent | 3a15b03e92c9fdeadff04ddd2ce505028b279b86 [diff] |
workaround for application bundling tools (#3235) * cx_freeze support for default_backend * updated tabing to spaces * corrected spacing * moved finding backend to backends __init__ * update to check to see if sys is frozen * corrected pep8 issues * update based on comments * changes to simplify, support testing, and improve comments * add changelog entry * right, coverage. I remember now. Time for some contortions. * updated with review feedback