1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-01 14:22:21 -04:00

Use relative imports

This commit is contained in:
Philipp Hagemeister
2012-11-28 03:34:40 +01:00
parent c6f3620859
commit 9e8056d5a7
5 changed files with 16 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import __init__
import youtube_dl
if __name__ == '__main__':
__init__.main()
youtube_dl.main()