aboutsummaryrefslogtreecommitdiff
path: root/__main__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-11-29 18:14:43 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-11-29 18:14:43 +0100
commit3c5b63d2d68d4079285d5ff074e7454ca2df60c6 (patch)
tree11bcee1d12e90f7fe835743b616b7f361874210e /__main__.py
parent8af4ed7b4fb20190ec72e9ab6347e99deabe9bce (diff)
parent20ba04267c3c2be27a766a43f34014012799b761 (diff)
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to '__main__.py')
-rwxr-xr-x__main__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/__main__.py b/__main__.py
deleted file mode 100755
index fc3cc8ad8..000000000
--- a/__main__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-import youtube_dl
-
-if __name__ == '__main__':
- youtube_dl.main()