Skip to content

Commit

Permalink
fix import of VideoFileClip
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 authored Apr 17, 2017
1 parent 0f2b323 commit 50d9d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fx.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from moviepy.video.fx.crop import crop
from moviepy.video.fx.fadein import fadein
from moviepy.video.fx.fadeout import fadeout
from moviepy.video.VideoClip import VideoFileClip
from moviepy.video.io.VideoFileClip import VideoFileClip

import download_media
from test_helper import TMP_DIR
Expand Down

0 comments on commit 50d9d51

Please sign in to comment.