diff options
| author | tassaron | 2017-07-04 19:52:52 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-04 19:52:52 -0400 |
| commit | ba0409829de62b745d6f87749572a416061a42b4 (patch) | |
| tree | 9af0a727e1194432718012110760a5ffc57278fc /src/command.py | |
| parent | 3a6d7ae421ad2b650cac7f17d43be313787f0e61 (diff) | |
moved functions into toolkit, fixed CMD appearing on Windows
Diffstat (limited to 'src/command.py')
| -rw-r--r-- | src/command.py | 2 |
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): |
