summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py
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 /lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py
parent0be32f0a388267e54d9ab88e64391f355dafdfb5 (diff)
Untrack bin/ and lib/ they aren't in archweb
Diffstat (limited to 'lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py')
-rwxr-xr-xlib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py b/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py
deleted file mode 100755
index d87e9840..00000000
--- a/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py
+++ /dev/null
@@ -1,5 +0,0 @@
-"""Run the EasyInstall command"""
-
-if __name__ == '__main__':
- from setuptools.command.easy_install import main
- main()