From 0cee4cd644e962730029d4234fccee83b2a3cbba Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 3 Jul 2014 10:15:25 +0200 Subject: [PATCH] modified: imports adjusted to only those used in the code really --- pylot/core/util/widgets.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index cf8cd63c..70283c41 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -26,12 +26,14 @@ from PySide.QtGui import (QAction, QIcon, QKeySequence, QLabel, + QLineEdit, QMessageBox, QSpinBox, - QTabBar, + QTabWidget, QTextBrowser, QToolBar, - QVBoxLayout) + QVBoxLayout, + QWidget) from PySide.QtCore import (Qt, QUrl, SIGNAL,