aboutsummaryrefslogtreecommitdiff
path: root/src/command.py
diff options
context:
space:
mode:
authortassaron2017-07-04 19:52:52 -0400
committertassaron2017-07-04 19:52:52 -0400
commitba0409829de62b745d6f87749572a416061a42b4 (patch)
tree9af0a727e1194432718012110760a5ffc57278fc /src/command.py
parent3a6d7ae421ad2b650cac7f17d43be313787f0e61 (diff)
moved functions into toolkit, fixed CMD appearing on Windows
Diffstat (limited to 'src/command.py')
-rw-r--r--src/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.py b/src/command.py
index 3eea1b6..ee0e48d 100644
--- a/src/command.py
+++ b/src/command.py
@@ -5,7 +5,7 @@ import sys
import core
import video_thread
-from main import LoadDefaultSettings
+from toolkit import LoadDefaultSettings
class Command(QtCore.QObject):