This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
dcf38f2f10
anki
/
runanki
7 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
merged libanki and ankiqt into single distro
2012-12-21 08:51:59 +01:00
#!/usr/bin/env python
fix i18n on linux install
2012-12-21 10:04:26 +01:00
import sys
merged libanki and ankiqt into single distro
2012-12-21 08:51:59 +01:00
sys.path.insert(0, "/usr/share/anki")
fix i18n on linux install
2012-12-21 10:04:26 +01:00
import aqt
merged libanki and ankiqt into single distro
2012-12-21 08:51:59 +01:00
aqt.run()
Reference in New Issue
Copy Permalink