aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_podcaster/youtube/__init__.py
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 17:54:06 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 17:54:56 +0200
commita7fe15b99d64904855ba2bd3649b1a3642824a75 (patch)
tree35c2da4777ffcbd1b6fb661227af8a6528646030 /youtube_podcaster/youtube/__init__.py
parentf1ddf104809017784aa136ebb8ff7e2cfb96d5f4 (diff)
downloadyoutube-podcaster-a7fe15b99d64904855ba2bd3649b1a3642824a75.tar.gz
youtube-podcaster-a7fe15b99d64904855ba2bd3649b1a3642824a75.tar.bz2
youtube-podcaster-a7fe15b99d64904855ba2bd3649b1a3642824a75.zip
Can actually be installed with setup.py now
Diffstat (limited to 'youtube_podcaster/youtube/__init__.py')
-rw-r--r--youtube_podcaster/youtube/__init__.py4
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
3from youtube.youtube import Youtube 3from .youtube import Youtube
4from youtube.downloader import Downloader 4from .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 :