summaryrefslogtreecommitdiff
path: root/bin/pip
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2010-12-27 22:42:07 +0000
committerParabola <dev@list.parabolagnulinux.org>2010-12-27 22:42:07 +0000
commitacf8c73de7e478804b5273fbdd2e7225f7976af9 (patch)
tree976db794d2abc1cd9b26afc7063169abcc02a86f /bin/pip
parentc6d9fce6effe479e7d28bb10d23018deabb86e1e (diff)
Dammit.
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')()
- )