diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-08-03 01:20:51 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-08-03 01:20:51 +0700 | 
| commit | 493987fefe5d12697df98b6e0eef106e77ac64aa (patch) | |
| tree | b89ca2b9e0c285803ec92449570efbf5931624fc | |
| parent | c97797a737ee96fa5d8f76f73581796b60774637 (diff) | |
[ubu] Add missing whitespace
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index e73bea881..66c873789 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -327,7 +327,7 @@ from .tutv import TutvIE  from .tvigle import TvigleIE  from .tvp import TvpIE  from .tvplay import TVPlayIE -from.ubu import UbuIE +from .ubu import UbuIE  from .udemy import (      UdemyIE,      UdemyCourseIE  | 
