mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00

- 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
5 lines
87 B
Python
5 lines
87 B
Python
#!/usr/bin/env python
|
|
# hack because py2app barfs on a try block
|
|
|
|
import aqt
|
|
aqt.run()
|