removed __main__.py from the root of the repo
[youtube-dl] / __main__.py
diff --git a/__main__.py b/__main__.py
deleted file mode 100755 (executable)
index fc3cc8a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-import youtube_dl
-
-if __name__ == '__main__':
-    youtube_dl.main()