Remove unused import

This commit is contained in:
Tony S Yu
2012-07-27 22:36:33 -04:00
parent 7615a856c5
commit 129070596d
-1
View File
@@ -1,7 +1,6 @@
# the module for the qt color_mixer plugin
from PyQt4 import QtGui, QtCore
from PyQt4.QtGui import (QWidget, QStackedWidget, QSlider, QGridLayout, QLabel)
from PyQt4.QtCore import Qt
from util import ColorMixer