Use relative imports
This commit is contained in:
parent
c6f3620859
commit
9e8056d5a7
5 changed files with 16 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import __init__
|
||||
import youtube_dl
|
||||
|
||||
if __name__ == '__main__':
|
||||
__init__.main()
|
||||
youtube_dl.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue