remove import

This commit is contained in:
Tim Bentley 2016-04-03 20:06:48 +01:00
parent ec30c560a7
commit d7e2e0e839

View File

@ -24,7 +24,6 @@ The :mod:`languagemanager` module provides all the translation settings and lang
"""
import logging
import re
import sys
from PyQt5 import QtCore, QtWidgets