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 e8bf145 commit 1bd8668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_VideoFileClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest
from moviepy.video.compositing.CompositeVideoClip import clips_array
from moviepy.video.VideoClip import ColorClip
from moviepy.video.VideoFileClip import VideoFileClip
from moviepy.video.io.VideoFileClip import VideoFileClip


def test_setup():
Expand Down

0 comments on commit 1bd8668

Please sign in to comment.