diff options
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 |
