diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-05 17:54:24 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-05 17:54:24 +0200 |
commit | 587450939b5f2ab3b4cb46f44c6ab08e15722caf (patch) | |
tree | 3ca715d2d9754cef37677658988cf7a31e32a713 /src/config.py | |
parent | 5b8c236daa2641f3b52f61f88029fe4e543b674f (diff) | |
download | poezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.tar.gz poezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.tar.bz2 poezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.tar.xz poezio-587450939b5f2ab3b4cb46f44c6ab08e15722caf.zip |
Fix a bug introduced in ca0950d
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 1 |
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 |