diff options
| author | tassaron | 2017-07-17 22:07:33 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-17 22:07:33 -0400 |
| commit | b1713d38fa91e39f142b0c234b6405229aa149e1 (patch) | |
| tree | 3c47e147512cd75deccf07b2591fbb26693ffcb6 /src/preview_thread.py | |
| parent | aa464632c64725201dc7584ebf6bf2c3d06b47b6 (diff) | |
combined toolkit.py & frame.py into toolkit package
Diffstat (limited to 'src/preview_thread.py')
| -rw-r--r-- | src/preview_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preview_thread.py b/src/preview_thread.py index 6c33aff..c28e048 100644 --- a/src/preview_thread.py +++ b/src/preview_thread.py @@ -9,7 +9,7 @@ from PIL.ImageQt import ImageQt from queue import Queue, Empty import os -from frame import Checkerboard +from toolkit.frame import Checkerboard class Worker(QtCore.QObject): |
