misc: remove unused imports

This commit is contained in:
Frédéric Péters 2018-07-06 18:05:28 +02:00
parent e86f1d68c2
commit a1b2c7a050
1 changed files with 0 additions and 3 deletions

View File

@ -14,11 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
import sys
import xml.etree.ElementTree as ET
from quixote import get_publisher
from qommon import _
from qommon.form import (WidgetListAsTable, CompositeWidget, SingleSelectWidget,
ComputedExpressionWidget)