mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -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 ttk
|
||||
|
||||
from pysollib.mygettext import _, n_
|
||||
if __name__ == '__main__':
|
||||
d = os.path.abspath(os.path.join(sys.path[0], os.pardir, os.pardir))
|
||||
sys.path.append(d)
|
||||
|
@ -37,6 +36,7 @@ if __name__ == '__main__':
|
|||
gettext.install('pysol', d, unicode=True)
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxTooltip
|
||||
|
|
|
@ -25,7 +25,8 @@ __all__ = ['PysolStatusbar',
|
|||
'HelpStatusbar']
|
||||
|
||||
# imports
|
||||
import os, sys, Tkinter
|
||||
import os, sys
|
||||
import Tkinter
|
||||
|
||||
if __name__ == '__main__':
|
||||
d = os.path.abspath(os.path.join(sys.path[0], os.pardir, os.pardir))
|
||||
|
|
Loading…
Add table
Reference in a new issue