projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d61d1b
)
Auto-install on import, if NavServices is available. Unless a "no navservices" flag...
author
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 5 May 2000 23:10:58 +0000
(23:10 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 5 May 2000 23:10:58 +0000
(23:10 +0000)
Mac/Lib/macfsn.py
patch
|
blob
|
history
diff --git
a/Mac/Lib/macfsn.py
b/Mac/Lib/macfsn.py
index f7b6b2eec8f630885cd3302c81153ab528372c7a..3c126465edefadee2556c1dd3d06cfbe7953c6fa 100644
(file)
--- a/
Mac/Lib/macfsn.py
+++ b/
Mac/Lib/macfsn.py
@@
-129,6
+129,7
@@
if Nav and Nav.NavServicesAvailable():
StandardPutFile = _StandardPutFile
SetFolder = _SetFolder
GetDirectory = _GetDirectory
+ _install()
else:
from macfs import StandardGetFile, PromptGetFile, StandardPutFile, SetFolder, GetDirectory