tiramisu/i18n.py: pep8 compliants

This commit is contained in:
Emmanuel Garette 2013-05-02 11:23:47 +02:00
parent bcfc0cd41b
commit 9ceaa4b235
1 changed files with 1 additions and 2 deletions

View File

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