aboutsummaryrefslogtreecommitdiff
path: root/src/preview_thread.py
diff options
context:
space:
mode:
authortassaron2017-07-15 18:59:22 -0400
committertassaron2017-07-15 18:59:22 -0400
commit17c8a6703a8093d31c6772ba3b8d9ee01adaa0da (patch)
treed2e723dc61566a7a25cd3788966d55fec322ae9e /src/preview_thread.py
parentbcb8f27c2e4434d2296dcd66bf279b76ee0d0a4f (diff)
trying to make setup.py work
Diffstat (limited to 'src/preview_thread.py')
-rw-r--r--src/preview_thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preview_thread.py b/src/preview_thread.py
index 4ffb7f6..6c33aff 100644
--- a/src/preview_thread.py
+++ b/src/preview_thread.py
@@ -6,7 +6,6 @@ from PyQt5 import QtCore, QtGui, uic
from PyQt5.QtCore import pyqtSignal, pyqtSlot
from PIL import Image
from PIL.ImageQt import ImageQt
-import core
from queue import Queue, Empty
import os