summaryrefslogtreecommitdiff
path: root/bin/pip
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/pip
parent0be32f0a388267e54d9ab88e64391f355dafdfb5 (diff)
Untrack bin/ and lib/ they aren't in archweb
Diffstat (limited to 'bin/pip')
-rwxr-xr-xbin/pip10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/pip b/bin/pip
deleted file mode 100755
index 2d851f27..00000000
--- a/bin/pip
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/srv/http/web/bin/python2
-# EASY-INSTALL-ENTRY-SCRIPT: 'pip==0.8.1','console_scripts','pip'
-__requires__ = 'pip==0.8.1'
-import sys
-from pkg_resources import load_entry_point
-
-if __name__ == '__main__':
- sys.exit(
- load_entry_point('pip==0.8.1', 'console_scripts', 'pip')()
- )