mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
start merging the statusbar.py-s.
This commit is contained in:
parent
4abc0650c1
commit
829d3aff32
2 changed files with 3 additions and 2 deletions
|
@ -29,7 +29,6 @@ import os, sys
|
||||||
import Tkinter
|
import Tkinter
|
||||||
import ttk
|
import ttk
|
||||||
|
|
||||||
from pysollib.mygettext import _, n_
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
d = os.path.abspath(os.path.join(sys.path[0], os.pardir, os.pardir))
|
d = os.path.abspath(os.path.join(sys.path[0], os.pardir, os.pardir))
|
||||||
sys.path.append(d)
|
sys.path.append(d)
|
||||||
|
@ -37,6 +36,7 @@ if __name__ == '__main__':
|
||||||
gettext.install('pysol', d, unicode=True)
|
gettext.install('pysol', d, unicode=True)
|
||||||
|
|
||||||
# PySol imports
|
# PySol imports
|
||||||
|
from pysollib.mygettext import _, n_
|
||||||
|
|
||||||
# Toolkit imports
|
# Toolkit imports
|
||||||
from tkwidget import MfxTooltip
|
from tkwidget import MfxTooltip
|
||||||
|
|
|
@ -25,7 +25,8 @@ __all__ = ['PysolStatusbar',
|
||||||
'HelpStatusbar']
|
'HelpStatusbar']
|
||||||
|
|
||||||
# imports
|
# imports
|
||||||
import os, sys, Tkinter
|
import os, sys
|
||||||
|
import Tkinter
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
d = os.path.abspath(os.path.join(sys.path[0], os.pardir, os.pardir))
|
d = os.path.abspath(os.path.join(sys.path[0], os.pardir, os.pardir))
|
||||||
|
|
Loading…
Add table
Reference in a new issue