1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

10 commits

Author SHA1 Message Date
Donald Stufft
c1c638bd88 Handle updates to flake8 2015-02-11 10:23:57 -05:00
Donald Stufft
767d11e49c Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
Paul Moore
77be5e914e Added a comment explaining how __main__.py gets teh wheel name 2014-02-19 09:33:51 +00:00
Paul Moore
87418e05bb Modify __main__.py to allow running from wheel 2014-02-17 18:40:39 +00:00
Matthew Iversen
2e15dcdb13 rabble rabble rabble 2014-02-11 07:36:55 +11:00
Matthew Iversen
9a54f11fb8 Make main as simple as possible! 2014-02-11 07:28:02 +11:00
Matthew Iversen
777953777e Make main even simpler 2014-02-07 03:41:05 +11:00
Matthew Iversen
2e8f1917c8 Simplify __main__ logic
runner.py seemed to exist for the sole function of containing
a simple function that was called by __main__.py.

I've simply removed that file with its function moved into
__main__.py itself; no functionality should be expected to change.
2014-02-06 23:59:44 +11:00
Jannis Leidel
1525a63b57 Added a get_prog util to correctly show the name of the program when using python -m pip.
Also show the full path in the missing command error message.
2012-09-01 20:36:31 +02:00
Jannis Leidel
95ff6fc32b Moved __main__.py to correct location. 2012-09-01 20:36:27 +02:00
Renamed from __main__.py (Browse further)