diff options
| author | Brianna | 2017-07-16 23:16:35 -0400 |
|---|---|---|
| committer | GitHub | 2017-07-16 23:16:35 -0400 |
| commit | 4becfe3b51ae058dc8600abeac3d1d6b5a1eab76 (patch) | |
| tree | d0acb70a5fc839a1810a962f2ff9b4a9a931025a /src/preview_thread.py | |
| parent | f420ad69f5f6f3c830fea890a760ce0ce61ba571 (diff) | |
| parent | aa464632c64725201dc7584ebf6bf2c3d06b47b6 (diff) | |
Merge pull request #46 from djfun/extra-sound-options
Extra sound options
Diffstat (limited to 'src/preview_thread.py')
| -rw-r--r-- | src/preview_thread.py | 1 |
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 |
