[vidzi] Correct order in imports (#3989)

This commit is contained in:
Philipp Hagemeister 2014-10-24 15:15:54 +02:00
parent 95ee84421e
commit e65e06fbe2
1 changed files with 1 additions and 2 deletions

View File

@ -423,6 +423,7 @@ from .videopremium import VideoPremiumIE
from .videott import VideoTtIE
from .videoweed import VideoWeedIE
from .vidme import VidmeIE
from .vidzi import VidziIE
from .vimeo import (
VimeoIE,
VimeoAlbumIE,
@ -491,9 +492,7 @@ from .youtube import (
YoutubeUserIE,
YoutubeWatchLaterIE,
)
from .zdf import ZDFIE
from .vidzi import VidziIE
_ALL_CLASSES = [
klass