summaryrefslogtreecommitdiff
path: root/bin/easy_install
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
parent0be32f0a388267e54d9ab88e64391f355dafdfb5 (diff)
Untrack bin/ and lib/ they aren't in archweb
Diffstat (limited to 'bin/easy_install')
-rwxr-xr-xbin/easy_install10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/easy_install b/bin/easy_install
deleted file mode 100755
index eeb31a5c..00000000
--- a/bin/easy_install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/srv/http/web/bin/python2
-# EASY-INSTALL-ENTRY-SCRIPT: 'distribute==0.6.14','console_scripts','easy_install'
-__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')()
- )