diff options
Diffstat (limited to 'youtube_podcaster/youtube/__init__.py')
| -rw-r--r-- | youtube_podcaster/youtube/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_podcaster/youtube/__init__.py b/youtube_podcaster/youtube/__init__.py index d26ae61..e84ecc6 100644 --- a/youtube_podcaster/youtube/__init__.py +++ b/youtube_podcaster/youtube/__init__.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
| 2 | 2 | ||
| 3 | from youtube.youtube import Youtube | 3 | from .youtube import Youtube |
| 4 | from youtube.downloader import Downloader | 4 | from .downloader import Downloader |
| 5 | 5 | ||
| 6 | # vim: set ts=8 sw=4 tw=0 et : | 6 | # vim: set ts=8 sw=4 tw=0 et : |
