Organize imports.

This commit is contained in:
Andrey Golovizin 2014-08-10 23:07:53 +02:00
parent e9f034f54b
commit 74570e6760

View file

@ -16,15 +16,15 @@
from PyQt4.QtCore import Qt
from PyQt4.QtGui import (
QImage,
QPixmap,
QGraphicsView,
QGraphicsScene,
QGraphicsDropShadowEffect,
QPen,
QBrush,
QColor,
QGraphicsDropShadowEffect,
QGraphicsScene,
QGraphicsView,
QImage,
QPalette,
QPen,
QPixmap,
)
import numpy as np