From d8fe78f471f2b7821a99f7c2697e0e2ab0a374c1 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 27 Dec 2010 22:36:35 +0000 Subject: Various changes, plus licenses are now pointing to the real licenses. (gtklocker) --- bin/easy_install | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/easy_install (limited to 'bin/easy_install') diff --git a/bin/easy_install b/bin/easy_install new file mode 100755 index 00000000..eeb31a5c --- /dev/null +++ b/bin/easy_install @@ -0,0 +1,10 @@ +#!/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')() + ) -- cgit v1.2.3-2-g168b