Anki/ankiqtmac.py
Damien Elmes 103871a5b1 refactor file layout
- ankiqt->aqt
- move all the files in ui into the top level
- move icons_rc.py into aqt/forms, and the qrc into designer/
- remove setuptools
2011-04-28 09:26:45 +09:00

5 lines
87 B
Python

#!/usr/bin/env python
# hack because py2app barfs on a try block
import aqt
aqt.run()