summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/helpscan.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/help/helpscan.py')
-rw-r--r--Mac/Modules/help/helpscan.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Modules/help/helpscan.py b/Mac/Modules/help/helpscan.py
index ddc83b7..3b1db65 100644
--- a/Mac/Modules/help/helpscan.py
+++ b/Mac/Modules/help/helpscan.py
@@ -33,6 +33,9 @@ class MyScanner(Scanner):
listname = "methods"
return classname, listname
+ def writeinitialdefs(self):
+ self.defsfile.write("def FOUR_CHAR_CODE(x): return x\n")
+
def makeblacklistnames(self):
return [
]