diff options
| author | DH4 | 2017-06-23 17:38:05 -0500 |
|---|---|---|
| committer | DH4 | 2017-06-23 17:38:05 -0500 |
| commit | e92e9d79f95ad67e83074ef318278c3486601eac (patch) | |
| tree | ea6f8d9e8f0e9c7acbc807a2ec74a397ce34a9ed /src/components/color.py | |
| parent | f3da72ea5402d5cd1f865b56c0a9aa3b9f3957f4 (diff) | |
QT5 Conversion + Directory Structure
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 5ffcdea..8f9a1d1 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 +from PyQt5.QtGui import QColor from PIL.ImageQt import ImageQt import os from . import __base__ |
