diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-05 01:29:30 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-05 01:29:30 +0000 |
commit | 420a9ea6ab7a912f2288b6f8e852ea2e19556ec9 (patch) | |
tree | b337b7e29cf8303d0b78b5cb165919ffc1a57c4a /bin/easy_install-2.7 | |
parent | 9426870d705cdc8f18b860e00da909e0e812bef7 (diff) | |
parent | 183c4d9cefa95f46c3fa3a6936f837542426eac2 (diff) |
Merge branch 'master' of /srv/git/repositories/parabolaweb
Diffstat (limited to 'bin/easy_install-2.7')
-rwxr-xr-x | bin/easy_install-2.7 | 10 |
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')() - ) |