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,
QKeySequence,
QLabel,
QLineEdit,
QMessageBox,
QSpinBox,
QTabBar,
QTabWidget,
QTextBrowser,
QToolBar,
QVBoxLayout)
QVBoxLayout,
QWidget)
from PySide.QtCore import (Qt,
QUrl,
SIGNAL,