Remove unused import

This commit is contained in:
Philipp Hörist 2019-02-02 18:03:57 +01:00
parent 3f03e6e0a4
commit dfc3749a4f

View file

@ -41,7 +41,6 @@ except Exception:
from gajim.common.i18n import _
from gajim.common import app
from gajim.common.const import PEPEventType
HAS_PYWIN32 = True
if os.name == 'nt':