diff options
| author | tassaron | 2022-04-22 17:09:50 -0400 |
|---|---|---|
| committer | tassaron | 2022-04-22 17:09:50 -0400 |
| commit | 05d2ebc3c69f5a876d602004f69202c5ba8b09f7 (patch) | |
| tree | ea3eeb6f356ed2cb06b536878134dace39b38eb4 /src/components/text.py | |
| parent | 2a66c3b77bb8c438a3f278da2d4d90a7ee476feb (diff) | |
make pip-installable as a package
Diffstat (limited to 'src/components/text.py')
| -rw-r--r-- | src/components/text.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/text.py b/src/components/text.py index 32a108e..e8c5a9c 100644 --- a/src/components/text.py +++ b/src/components/text.py @@ -4,8 +4,8 @@ from PyQt5 import QtGui, QtCore, QtWidgets import os import logging -from component import Component -from toolkit.frame import FramePainter, PaintColor +from ..component import Component +from ..toolkit.frame import FramePainter, PaintColor log = logging.getLogger('AVP.Components.Text') |
