]> git.eshelyaron.com Git - emacs.git/commit
Add Python import management commands
authorAugusto Stoffel <arstoffel@gmail.com>
Sun, 4 Sep 2022 11:14:58 +0000 (13:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2022 11:14:58 +0000 (13:14 +0200)
commit4d50d413e67dd8ae183af8b68f315a667ebf2add
treefce67a6345d29ec4d1af8423de311354d83ca46b
parent4932d26b5df14af01ae757b2a5232d157df69008
Add Python import management commands

* lisp/progmodes/python.el (python-interpreter): New variable
(python-mode-map): Keybindings and menu entries for new commands
(python--list-imports, python-import-history, python--query-import)
(python--do-isort):  New variables and helper functions.
(python-add-import, python-import-symbol-at-point)
(python-remove-import, python-sort-imports, python-fix-imports): New
interactive commands (bug#57574).
lisp/progmodes/python.el