diff options
| author | tassaron | 2017-07-25 17:44:59 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-25 17:44:59 -0400 |
| commit | 661526b0739115594fda4c0e876398cdc940fbe1 (patch) | |
| tree | c5bfdf136bd7f72abed54d3bb83d831bcfc43555 /src/components/sound.py | |
| parent | d25dee6afc0cc72f477b577623079b4d644957a8 (diff) | |
repeated errors don't cause repeated windows
Diffstat (limited to 'src/components/sound.py')
| -rw-r--r-- | src/components/sound.py | 1 |
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 |
