Fix a bug introduced in ca0950d
This commit is contained in:
parent
5b8c236daa
commit
587450939b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue