aboutsummaryrefslogtreecommitdiff
path: root/__main__.py
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-11-29 15:20:20 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-11-29 15:20:20 +0100
commit20ba04267c3c2be27a766a43f34014012799b761 (patch)
tree73c358079245be1f1b07829d02b5d705d5e0a0a1 /__main__.py
parent743b28ce1155df348bbb828fcb316d57c8704328 (diff)
downloadyoutube-dl-20ba04267c3c2be27a766a43f34014012799b761.tar.xz
removed __main__.py from the root of the repo
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()