diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-03 23:20:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-03 23:20:13 (GMT) |
commit | da6081fccb71541004e3f36f57a9c0971a969e3b (patch) | |
tree | 1e2beac551e87964061e6fd9bfca22b35f1c7f2a /Mac/Modules/file/filescan.py | |
parent | fe3fe4adb5c7a72bfec3c5b7b8ec5e42d8ccc625 (diff) | |
download | cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.zip cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.tar.gz cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.tar.bz2 |
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
Completely untested.
Diffstat (limited to 'Mac/Modules/file/filescan.py')
-rw-r--r-- | Mac/Modules/file/filescan.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/file/filescan.py b/Mac/Modules/file/filescan.py index 8d663a3..f8b5ba2 100644 --- a/Mac/Modules/file/filescan.py +++ b/Mac/Modules/file/filescan.py @@ -136,7 +136,9 @@ class MyScanner(Scanner_OSX): "IOCompletionUPP", # Proc pointer "AliasFilterProcPtr", "AliasFilterUPP", + "FNSubscriptionUPP", + "FNSubscriptionRef", # Lazy, for now. ] def makerepairinstructions(self): |