diff options
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): |
