modified: imports adjusted to only those used in the code really

This commit is contained in:
Sebastian Wehling-Benatelli 2014-07-03 10:15:25 +02:00
parent a385553a29
commit 0cee4cd644

View File

@ -26,12 +26,14 @@ from PySide.QtGui import (QAction,
QIcon, QIcon,
QKeySequence, QKeySequence,
QLabel, QLabel,
QLineEdit,
QMessageBox, QMessageBox,
QSpinBox, QSpinBox,
QTabBar, QTabWidget,
QTextBrowser, QTextBrowser,
QToolBar, QToolBar,
QVBoxLayout) QVBoxLayout,
QWidget)
from PySide.QtCore import (Qt, from PySide.QtCore import (Qt,
QUrl, QUrl,
SIGNAL, SIGNAL,