diff options
Diffstat (limited to 'Mac/Lib/macfsn.py')
-rw-r--r-- | Mac/Lib/macfsn.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Lib/macfsn.py b/Mac/Lib/macfsn.py index f7b6b2eec8..3c126465ed 100644 --- 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 |