aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/text.py
diff options
context:
space:
mode:
authorDH42017-06-23 17:38:05 -0500
committerDH42017-06-23 17:38:05 -0500
commite92e9d79f95ad67e83074ef318278c3486601eac (patch)
treeea6f8d9e8f0e9c7acbc807a2ec74a397ce34a9ed /src/components/text.py
parentf3da72ea5402d5cd1f865b56c0a9aa3b9f3957f4 (diff)
QT5 Conversion + Directory Structure
Diffstat (limited to '')
-rw-r--r--src/components/text.py (renamed from components/text.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/text.py b/src/components/text.py
index 2375dcd..0f599ed 100644
--- a/components/text.py
+++ b/src/components/text.py
@@ -1,6 +1,6 @@
from PIL import Image, ImageDraw
-from PyQt4.QtGui import QPainter, QColor, QFont
-from PyQt4 import uic, QtGui, QtCore
+from PyQt5.QtGui import QPainter, QColor, QFont
+from PyQt5 import uic, QtGui, QtCore
from PIL.ImageQt import ImageQt
import os
import io