#!/usr/bin/python2try:importconstructimportplyer# import pytmxdelconstructdelplyer# del pytmxexceptImportError:importosimportsyssys.path.append(os.path.join(os.getcwd(),"external"))fromgui.managuiimportManaGuiAppdefmain():ManaGuiApp().run()if__name__=="__main__":main()