Fix a bug introduced in ca0950d

This commit is contained in:
mathieui 2014-04-05 17:54:24 +02:00
parent 5b8c236daa
commit 587450939b

View file

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