summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-05 17:54:24 +0200
committermathieui <mathieui@mathieui.net>2014-04-05 17:54:24 +0200
commit587450939b5f2ab3b4cb46f44c6ab08e15722caf (patch)
tree3ca715d2d9754cef37677658988cf7a31e32a713
parent5b8c236daa2641f3b52f61f88029fe4e543b674f (diff)
downloadpoezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.tar.gz
poezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.tar.bz2
poezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.tar.xz
poezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.zip
Fix a bug introduced in ca0950d
-rw-r--r--src/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index 2ac85c45..8362bf94 100644
--- a/src/config.py
+++ b/src/config.py
@@ -15,6 +15,7 @@ DEFSECTION = "Poezio"
import logging
import os
import sys
+from gettext import gettext as _
from configparser import RawConfigParser, NoOptionError, NoSectionError
from os import environ, makedirs, path, remove