1
0
Fork 0
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:
Shlomi Fish 2016-04-06 12:05:25 +03:00
parent 4abc0650c1
commit 829d3aff32
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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))