aboutsummaryrefslogtreecommitdiff
path: root/src/components/sound.py
diff options
context:
space:
mode:
authortassaron2017-07-25 17:44:59 -0400
committertassaron2017-07-25 17:44:59 -0400
commit661526b0739115594fda4c0e876398cdc940fbe1 (patch)
treec5bfdf136bd7f72abed54d3bb83d831bcfc43555 /src/components/sound.py
parentd25dee6afc0cc72f477b577623079b4d644957a8 (diff)
repeated errors don't cause repeated windows
Diffstat (limited to 'src/components/sound.py')
-rw-r--r--src/components/sound.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/sound.py b/src/components/sound.py
index b3a627a..fcd9e4e 100644
--- a/src/components/sound.py
+++ b/src/components/sound.py
@@ -1,7 +1,6 @@
from PyQt5 import QtGui, QtCore, QtWidgets
import os
-from core import Core
from component import Component
from toolkit.frame import BlankFrame