mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Add PathBrowser to File module
This commit is contained in:
parent
a917af7fc7
commit
d6e8713f81
2 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ menudefs = [
|
|||
('_Open...', '<<open-window-from-file>>'),
|
||||
('Open _module...', '<<open-module>>'),
|
||||
('Class _browser', '<<open-class-browser>>'),
|
||||
('_Path browser', '<<open-path-browser>>'),
|
||||
('Python shell', '<<open-python-shell>>'),
|
||||
None,
|
||||
('_Save', '<<save-window>>'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue