1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Bussonnier Matthias 0582a91e62 Do not shadow submodules
using object that have the same name as submodules as the weird effect
of makeing `import pip.commands.<something> as <anothername>` fail with
a key error. This fixes it by renamin commands as command_dict and fixin
a few imports to accomodate.

Related to #2149
2014-12-12 16:06:04 +01:00
..
__init__.py Do not shadow submodules 2014-12-12 16:06:04 +01:00
completion.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
freeze.py --isolated should isolate from ~/.pydistutils.cfg as well 2014-12-11 11:51:06 -05:00
help.py Do not shadow submodules 2014-12-12 16:06:04 +01:00
install.py --isolated should isolate from ~/.pydistutils.cfg as well 2014-12-11 11:51:06 -05:00
list.py --isolated should isolate from ~/.pydistutils.cfg as well 2014-12-11 11:51:06 -05:00
search.py Switch from using cmp to using sorted() with a key func 2014-09-11 19:22:52 -04:00
show.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
uninstall.py --isolated should isolate from ~/.pydistutils.cfg as well 2014-12-11 11:51:06 -05:00
unzip.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
wheel.py --isolated should isolate from ~/.pydistutils.cfg as well 2014-12-11 11:51:06 -05:00
zip.py cleanup: use "with open()" to open files 2014-10-18 20:41:18 +02:00