Add PathBrowser to File module

This commit is contained in:
Guido van Rossum 1999-03-10 05:18:02 +00:00
parent a917af7fc7
commit d6e8713f81
2 changed files with 8 additions and 0 deletions

View file

@ -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>>'),