summaryrefslogtreecommitdiff
path: root/bin/easy_install-2.7
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-29 19:15:11 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-29 19:15:11 -0500
commit6602e4bb9c6d1046fa0f0d30797d7d712ad3cdd7 (patch)
tree67be56eff974f42ddcc6a60491e54784859b016f /bin/easy_install-2.7
parent0be32f0a388267e54d9ab88e64391f355dafdfb5 (diff)
Untrack bin/ and lib/ they aren't in archweb
Diffstat (limited to 'bin/easy_install-2.7')
-rwxr-xr-xbin/easy_install-2.710
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/easy_install-2.7 b/bin/easy_install-2.7
deleted file mode 100755
index 09c3bf26..00000000
--- a/bin/easy_install-2.7
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/srv/http/web/bin/python2
-# EASY-INSTALL-ENTRY-SCRIPT: 'distribute==0.6.14','console_scripts','easy_install-2.7'
-__requires__ = 'distribute==0.6.14'
-import sys
-from pkg_resources import load_entry_point
-
-if __name__ == '__main__':
- sys.exit(
- load_entry_point('distribute==0.6.14', 'console_scripts', 'easy_install-2.7')()
- )