CorundumGames / Invasodado

Invasodado is something of a mix between a space shooter and a falling puzzle game.
GNU General Public License v3.0
6 stars 1 forks source link

Change instances of __debug__ to config.debug #165

Closed JesseTG closed 11 years ago

JesseTG commented 11 years ago

And then define config.debug to be __debug__ and not hasattr(sys, 'frozen'), since cx_freeze apparently adds frozen to the sys module.