repo.or.cz
/
jben2_gui.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added kanji frequency selector and linked it into KanjiListEditor.
[jben2_gui.git]
/
python
/
py2exe
/
jben.py
blob
72a4c85d518aee484f59d652180069d2ed525ebf
1
#!/usr/bin/env python
2
"""J-Ben main application front-end (for py2exe)"""
3
from
jben
import
main
4
5
# This is a workaround for py2exe...
6
from
xml
.
etree
import
ElementTree
as
_
7
del
_
8
9
main
.
main
()