diff options
| author | 2015-10-11 00:15:23 +0200 | |
|---|---|---|
| committer | 2015-10-11 13:29:38 +0200 | |
| commit | f1ddf104809017784aa136ebb8ff7e2cfb96d5f4 (patch) | |
| tree | 42e28ab543cc151658151714d66a9fdd2549cc5e /youtube/__init__.py | |
| parent | 71fb4d6c853cd3d42178758326b474b225a06425 (diff) | |
| download | youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.gz youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.bz2 youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.zip | |
Changed directory structure to use pyscaffold
Diffstat (limited to 'youtube/__init__.py')
| -rw-r--r-- | youtube/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube/__init__.py b/youtube/__init__.py deleted file mode 100644 index d26ae61..0000000 --- a/youtube/__init__.py +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #!/usr/bin/env python3 | ||
| 2 | |||
| 3 | from youtube.youtube import Youtube | ||
| 4 | from youtube.downloader import Downloader | ||
| 5 | |||
| 6 | # vim: set ts=8 sw=4 tw=0 et : | ||
