summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/res/ressupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/res/ressupport.py')
-rw-r--r--Mac/Modules/res/ressupport.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/res/ressupport.py b/Mac/Modules/res/ressupport.py
index 5c0d70f..a44af09 100644
--- a/Mac/Modules/res/ressupport.py
+++ b/Mac/Modules/res/ressupport.py
@@ -69,6 +69,7 @@ functions = []
resmethods = []
execfile('resgen.py')
+execfile('resedit.py')
for f in functions: module.add(f)
for f in resmethods: resobject.add(f)