Skip to content

Commit

Permalink
fix fx imports
Browse files Browse the repository at this point in the history
bearney74 authored Apr 17, 2017
1 parent 8f0f2b9 commit acdf0e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_issues.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@
from moviepy.audio.io.AudioFileClip import AudioFileClip
from moviepy.video.compositing.CompositeVideoClip import CompositeVideoClip
from moviepy.video.compositing.concatenate import concatenate_videoclips
from moviepy.video.fx import blink, resize
from moviepy.video.fx.blink import blink
from moviepy.video.fx.resize import resize
from moviepy.video.io.VideoFileClip import VideoFileClip
from moviepy.video.VideoClip import ColorClip, ImageClip, VideoClip

0 comments on commit acdf0e3

Please sign in to comment.