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()