aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/color.py
diff options
context:
space:
mode:
authorBrianna2017-06-24 20:02:14 -0400
committerGitHub2017-06-24 20:02:14 -0400
commit1bb67d1513122ca7fb02e60a92339bd1a73dbee3 (patch)
treebd4497b3332f758da373393bfb58178f536b1b09 /src/components/color.py
parent68ac0cf755c6c3dbcef4abbb934cd1ead2d713c5 (diff)
parent4d955c5a06d8d77c968f594a85b71b516919bcfb (diff)
Merge pull request #34 from djfun/feature-newgui-qt5
Update to Qt5
Diffstat (limited to '')
-rw-r--r--src/components/color.py (renamed from components/color.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/color.py b/src/components/color.py
index 3b73458..f1fb2b2 100644
--- a/components/color.py
+++ b/src/components/color.py
@@ -1,6 +1,6 @@
from PIL import Image, ImageDraw
-from PyQt4 import uic, QtGui, QtCore
-from PyQt4.QtGui import QColor
+from PyQt5 import uic, QtGui, QtCore, QtWidgets
+from PyQt5.QtGui import QColor
from PIL.ImageQt import ImageQt
import os
from . import __base__