mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Install pysollib.ui.tktile, fix mygettext imports
This commit is contained in:
parent
c44540fff4
commit
0a9add937e
3 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ pysollib_path = os.path.join(sys.path[0], pysollib_dir)
|
|||
sys.path[0] = os.path.normpath(pysollib_path)
|
||||
#print sys.path
|
||||
|
||||
from pysollib.init import fix_gettext
|
||||
from pysollib.mygettext import fix_gettext
|
||||
fix_gettext()
|
||||
|
||||
import pysollib.games
|
||||
|
|
|
@ -16,7 +16,7 @@ rules_dir = os.path.normpath(os.path.join(pysollib_path, 'data/html/rules'))
|
|||
#pprint(sys.path)
|
||||
#print rules_dir
|
||||
|
||||
from pysollib.init import fix_gettext
|
||||
from pysollib.mygettext import fix_gettext
|
||||
fix_gettext()
|
||||
|
||||
import pysollib.games
|
||||
|
|
1
setup.py
1
setup.py
|
@ -79,6 +79,7 @@ kw = {
|
|||
'pysollib.tile',
|
||||
'pysollib.pysolgtk',
|
||||
'pysollib.ui',
|
||||
'pysollib.ui.tktile',
|
||||
'pysollib.games',
|
||||
'pysollib.games.special',
|
||||
'pysollib.games.ultra',
|
||||
|
|
Loading…
Add table
Reference in a new issue