Split code as a package, compiled into an executable zip

This commit is contained in:
Filippo Valsorda 2012-03-25 03:07:37 +02:00
parent c23d8a74dc
commit d77c3dfd02
8 changed files with 4333 additions and 4284 deletions

7
youtube_dl/__main__.py Executable file
View file

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