mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Get rid of gettext in init.
This commit is contained in:
parent
924f39db97
commit
5dc2edda91
94 changed files with 96 additions and 36 deletions
|
@ -44,6 +44,7 @@ from pysollib.pysoltk import ProgressionDialog
|
|||
from pysollib.pysoltk import GameInfoDialog
|
||||
|
||||
# toolkit imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.pysoltk import MfxMessageDialog, MfxSimpleEntry
|
||||
from pysollib.pysoltk import MfxExceptionDialog
|
||||
from pysollib.pysoltk import PlayerOptionsDialog
|
||||
|
|
|
@ -47,6 +47,7 @@ from pysollib.settings import DEBUG
|
|||
from pysollib.winsystems import TkSettings
|
||||
|
||||
# Toolkit imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.pysoltk import wm_withdraw, loadImage
|
||||
from pysollib.pysoltk import MfxDialog, MfxMessageDialog, MfxExceptionDialog
|
||||
from pysollib.pysoltk import TclError, MfxScrolledCanvas
|
||||
|
|
|
@ -26,6 +26,7 @@ __all__ = []
|
|||
# imports
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys, math
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -26,6 +26,7 @@ __all__ = []
|
|||
# imports
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys, types
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault, Struct
|
||||
|
|
|
@ -26,6 +26,7 @@ __all__ = []
|
|||
# imports
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -30,6 +30,7 @@ import time
|
|||
from gettext import ungettext
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault, Struct, Image
|
||||
|
|
|
@ -29,6 +29,7 @@ import sys
|
|||
from gettext import ungettext
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys, time
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -26,6 +26,7 @@ __all__ = []
|
|||
# imports
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -26,6 +26,7 @@ __all__ = []
|
|||
# Imports
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -26,7 +26,9 @@ __all__ = []
|
|||
# Imports
|
||||
import sys, math, time
|
||||
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys, math
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -52,6 +52,7 @@ __all__ = [
|
|||
|
||||
import sys, math
|
||||
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
from pysollib.stack import *
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys, math
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys, math
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = []
|
|||
import sys
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import registerGame, GameInfo, GI
|
||||
from pysollib.util import *
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
# imports
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.settings import TITLE, PACKAGE_URL, TOOLKIT, VERSION
|
||||
from pysollib.pysoltk import make_help_toplevel
|
||||
from pysollib.pysoltk import MfxMessageDialog
|
||||
|
|
|
@ -23,48 +23,17 @@
|
|||
|
||||
import sys, os, locale, subprocess
|
||||
import traceback
|
||||
import gettext
|
||||
|
||||
from pysollib.mygettext import _, n_
|
||||
import gettext
|
||||
import pysollib.settings
|
||||
|
||||
# ************************************************************************
|
||||
# * init
|
||||
# ************************************************************************
|
||||
|
||||
def fix_gettext():
|
||||
def ugettext(message):
|
||||
# unicoded gettext
|
||||
if not isinstance(message, unicode):
|
||||
message = unicode(message, 'utf-8')
|
||||
domain = gettext._current_domain
|
||||
try:
|
||||
t = gettext.translation(domain,
|
||||
gettext._localedirs.get(domain, None))
|
||||
except IOError:
|
||||
return message
|
||||
return t.ugettext(message)
|
||||
gettext.ugettext = ugettext
|
||||
def ungettext(msgid1, msgid2, n):
|
||||
# unicoded ngettext
|
||||
if not isinstance(msgid1, unicode):
|
||||
msgid1 = unicode(msgid1, 'utf-8')
|
||||
if not isinstance(msgid2, unicode):
|
||||
msgid2 = unicode(msgid2, 'utf-8')
|
||||
domain = gettext._current_domain
|
||||
try:
|
||||
t = gettext.translation(domain,
|
||||
gettext._localedirs.get(domain, None))
|
||||
except IOError:
|
||||
if n == 1:
|
||||
return msgid1
|
||||
else:
|
||||
return msgid2
|
||||
return t.ungettext(msgid1, msgid2, n)
|
||||
gettext.ungettext = ungettext
|
||||
|
||||
|
||||
def init():
|
||||
fix_gettext()
|
||||
|
||||
if os.name == 'nt' and 'LANG' not in os.environ:
|
||||
try:
|
||||
|
@ -88,9 +57,6 @@ def init():
|
|||
#gettext.install('pysol', locale_dir, unicode=True) # ngettext don't work
|
||||
gettext.bindtextdomain('pysol', locale_dir)
|
||||
gettext.textdomain('pysol')
|
||||
import __builtin__
|
||||
__builtin__._ = gettext.ugettext # use unicode
|
||||
__builtin__.n_ = lambda x: x
|
||||
|
||||
## debug
|
||||
if 'PYSOL_CHECK_GAMES' in os.environ or 'PYSOL_DEBUG' in os.environ:
|
||||
|
|
|
@ -28,6 +28,7 @@ import traceback
|
|||
import getopt
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.util import DataLoader
|
||||
from pysollib.mfxutil import print_err
|
||||
from pysollib.resource import Tile
|
||||
|
|
|
@ -34,6 +34,7 @@ import pysollib.settings
|
|||
# Toolkit imports
|
||||
from pysollib.pysoltk import TOOLBAR_BUTTONS
|
||||
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# ************************************************************************
|
||||
# * Options
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
__all__ = ['ColorsDialog']
|
||||
|
||||
# imports
|
||||
from pysollib.mygettext import _, n_
|
||||
## import os, sys
|
||||
import gtk, gobject, pango
|
||||
import gtk.glade
|
||||
|
|
|
@ -30,6 +30,7 @@ import gtk, gobject, pango
|
|||
import gtk.glade
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from tkutil import create_pango_font_desc
|
||||
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ import gtk
|
|||
from gtk import gdk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.gamedb import GI
|
||||
from pysollib.settings import TITLE
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = ['PlayerOptionsDialog']
|
|||
import gobject, gtk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxDialog
|
||||
|
|
|
@ -27,6 +27,7 @@ import os, re, sys, types
|
|||
import gtk, gobject
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.resource import CSI
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ import gtk, gobject
|
|||
#from UserList import UserList
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import destruct, Struct, KwStruct
|
||||
from pysollib.mfxutil import kwdefault
|
||||
from pysollib.mfxutil import format_time
|
||||
|
|
|
@ -30,6 +30,7 @@ from gtk import gdk
|
|||
|
||||
# PySol imports
|
||||
## from pysollib.mfxutil import destruct, Struct, KwStruct
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.resource import CSI
|
||||
from pysollib.mfxutil import kwdefault
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ import gtk
|
|||
from gtk import glade
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxDialog
|
||||
|
|
|
@ -27,6 +27,7 @@ import os, sys
|
|||
import gtk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
|
||||
# ************************************************************************
|
||||
|
|
|
@ -25,6 +25,7 @@ __all__ = ['TimeoutsDialog']
|
|||
|
||||
# imports
|
||||
## import os, sys
|
||||
from pysollib.mygettext import _, n_
|
||||
import gtk, gobject, pango
|
||||
import gtk.glade
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = ['HTMLViewer']
|
|||
import os, sys, re, types
|
||||
import htmllib, formatter
|
||||
import traceback
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
import gtk, pango, gobject
|
||||
from gtk import gdk
|
||||
|
|
|
@ -28,6 +28,7 @@ import gtk, gobject, pango
|
|||
import gtk.glade
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import format_time
|
||||
from pysollib.settings import TOP_TITLE, TITLE
|
||||
from pysollib.stats import PysolStatsFormatter
|
||||
|
|
|
@ -29,6 +29,7 @@ import gtk
|
|||
gdk = gtk.gdk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkutil import makeToplevel, setTransient, wm_withdraw
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
# imports
|
||||
import sys, re, time
|
||||
import random
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import SubclassResponsibility
|
||||
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ import time
|
|||
# PySol imports
|
||||
from pysollib.mfxutil import format_time
|
||||
from pysollib.gamedb import GI
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
|
||||
# ************************************************************************
|
||||
|
|
|
@ -30,6 +30,7 @@ from tkColorChooser import askcolor
|
|||
|
||||
# PySol imports
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxDialog
|
||||
|
|
|
@ -29,6 +29,7 @@ import ttk
|
|||
|
||||
# PySol imports
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxDialog
|
||||
|
|
|
@ -29,6 +29,7 @@ __all__ = ['create_find_card_dialog',
|
|||
# imports
|
||||
import os
|
||||
import Tkinter
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkutil import after, after_cancel
|
||||
|
|
|
@ -30,6 +30,7 @@ import tkFont
|
|||
|
||||
# PySol imports
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxDialog
|
||||
|
|
|
@ -28,6 +28,7 @@ __all__ = ['GameInfoDialog']
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.gamedb import GI
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ import ttk
|
|||
import tkFileDialog
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import Struct, kwdefault
|
||||
from pysollib.mfxutil import Image, USE_PIL
|
||||
from pysollib.util import CARDSET
|
||||
|
|
|
@ -28,6 +28,7 @@ import Tkinter
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -30,6 +30,7 @@ import Tkinter
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct, USE_PIL
|
||||
from pysollib.util import CARDSET
|
||||
from pysollib.resource import CSI
|
||||
|
|
|
@ -28,6 +28,7 @@ import ttk
|
|||
from UserList import UserList
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import destruct, Struct, KwStruct
|
||||
from pysollib.mfxutil import format_time
|
||||
from pysollib.gamedb import GI
|
||||
|
|
|
@ -28,6 +28,7 @@ import ttk
|
|||
import tkColorChooser
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -34,6 +34,7 @@ import Tkinter
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.settings import TITLE
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ import Tkinter
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.settings import TITLE
|
||||
from pysollib.pysolaudio import pysolsoundserver
|
||||
|
|
|
@ -29,6 +29,7 @@ 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)
|
||||
|
|
|
@ -28,6 +28,7 @@ import Tkinter
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -36,6 +36,7 @@ if __name__ == '__main__':
|
|||
gettext.install('pysol', d, unicode=True)
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import Struct, openURL
|
||||
from pysollib.settings import TITLE
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ import ttk
|
|||
import tkFont
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.mfxutil import format_time
|
||||
##from pysollib.util import *
|
||||
|
|
|
@ -39,6 +39,7 @@ import tkFont
|
|||
import traceback
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import destruct, kwdefault, KwStruct, openURL
|
||||
from pysollib.settings import WIN_SYSTEM
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ import Tkinter
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import destruct
|
||||
from pysollib.mfxutil import Image, ImageTk, ImageOps
|
||||
from pysollib.util import IMAGE_EXTENSIONS
|
||||
|
|
|
@ -26,6 +26,7 @@ __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
|
|||
"tclobjs_to_py"]
|
||||
|
||||
import Tkinter
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
_flatten = Tkinter._flatten
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ import Tkinter
|
|||
import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.wizardutil import WizardWidgets
|
||||
from pysollib.wizardpresets import presets
|
||||
|
|
|
@ -28,6 +28,7 @@ import Tkinter
|
|||
from tkColorChooser import askcolor
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = ['EditTextDialog']
|
|||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -32,6 +32,7 @@ import Tkinter
|
|||
##import traceback
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkutil import after, after_cancel
|
||||
|
|
|
@ -28,6 +28,7 @@ import Tkinter
|
|||
import tkFont
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -28,6 +28,7 @@ __all__ = ['GameInfoDialog']
|
|||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.gamedb import GI
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ import traceback
|
|||
import Tkinter, tkFileDialog
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import Struct, kwdefault
|
||||
from pysollib.mfxutil import Image, USE_PIL
|
||||
from pysollib.util import CARDSET
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = ['PlayerOptionsDialog']
|
|||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct, Struct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -28,6 +28,7 @@ import os
|
|||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct, USE_PIL
|
||||
from pysollib.util import CARDSET
|
||||
from pysollib.resource import CSI
|
||||
|
|
|
@ -28,6 +28,7 @@ import Tkinter
|
|||
from UserList import UserList
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import destruct, Struct, KwStruct
|
||||
from pysollib.mfxutil import format_time
|
||||
from pysollib.gamedb import GI
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
import Tkinter, tkColorChooser
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -34,6 +34,7 @@ import Tkinter
|
|||
##import traceback
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.settings import TITLE
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ import os
|
|||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.settings import TITLE
|
||||
from pysollib.pysolaudio import pysolsoundserver
|
||||
|
|
|
@ -34,6 +34,7 @@ if __name__ == '__main__':
|
|||
gettext.install('pysol', d, unicode=True)
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxTooltip
|
||||
|
|
|
@ -27,6 +27,7 @@ __all__ = ['TimeoutsDialog']
|
|||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -35,6 +35,7 @@ if __name__ == '__main__':
|
|||
gettext.install('pysol', d, unicode=True)
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import Struct, openURL
|
||||
from pysollib.settings import TITLE
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ import time
|
|||
import Tkinter, tkFont
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import kwdefault, KwStruct
|
||||
from pysollib.mfxutil import format_time
|
||||
##from pysollib.util import *
|
||||
|
|
|
@ -38,6 +38,7 @@ import tkFont
|
|||
import traceback
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import destruct, kwdefault, KwStruct, openURL
|
||||
from pysollib.settings import WIN_SYSTEM
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ import os
|
|||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import destruct
|
||||
from pysollib.mfxutil import Image, ImageTk
|
||||
from pysollib.util import IMAGE_EXTENSIONS
|
||||
|
|
|
@ -29,6 +29,7 @@ import Tkinter
|
|||
from tabpage import TabPageSet
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.wizardutil import WizardWidgets
|
||||
from pysollib.wizardpresets import presets
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
import sys, os, traceback
|
||||
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.settings import TITLE
|
||||
from pysollib.settings import VERSION
|
||||
from pysollib.settings import TOOLKIT, USE_TILE
|
||||
|
|
Loading…
Add table
Reference in a new issue