Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'power_sequencer/operators/space_sequences.py')
-rw-r--r--power_sequencer/operators/space_sequences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/power_sequencer/operators/space_sequences.py b/power_sequencer/operators/space_sequences.py
index 3f7bb3b0..40985afb 100644
--- a/power_sequencer/operators/space_sequences.py
+++ b/power_sequencer/operators/space_sequences.py
@@ -16,7 +16,7 @@
#
import bpy
-from .utils.functions import get_mouse_frame_and_channel, convert_duration_to_frames
+from .utils.functions import convert_duration_to_frames
from .utils.global_settings import SequenceTypes
from .utils.doc import doc_name, doc_idname, doc_brief, doc_description