tiramisu/i18n.py: pep8 compliants
This commit is contained in:
parent
bcfc0cd41b
commit
9ceaa4b235
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ import locale
|
|||
APP_NAME = 'tiramisu'
|
||||
|
||||
# Traduction dir
|
||||
APP_DIR = os.path.join (sys.prefix, 'share')
|
||||
APP_DIR = os.path.join(sys.prefix, 'share')
|
||||
LOCALE_DIR = os.path.join(APP_DIR, 'locale')
|
||||
|
||||
# Default Lanugage
|
||||
|
@ -31,4 +31,3 @@ gettext.bind_textdomain_codeset(APP_NAME, "UTF-8")
|
|||
gettext.translation(APP_NAME, fallback=True)
|
||||
|
||||
_ = gettext.gettext
|
||||
|
||||
|
|
Loading…
Reference in a new issue