Remove unused import

This commit is contained in:
Philipp Hörist 2019-02-02 18:03:57 +01:00
parent 3f03e6e0a4
commit dfc3749a4f
1 changed files with 0 additions and 1 deletions

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':