summaryrefslogtreecommitdiff
path: root/Mac/Modules/app/appsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/app/appsupport.py')
-rw-r--r--Mac/Modules/app/appsupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/app/appsupport.py b/Mac/Modules/app/appsupport.py
index a9cdf76f3d..b6545efccb 100644
--- a/Mac/Modules/app/appsupport.py
+++ b/Mac/Modules/app/appsupport.py
@@ -94,7 +94,7 @@ int ThemeButtonDrawInfo_Convert(PyObject *v, ThemeButtonDrawInfo *p_itself)
"""
-class MyObjectDefinition(GlobalObjectDefinition):
+class MyObjectDefinition(PEP252Mixin, GlobalObjectDefinition):
pass
## def outputCheckNewArg(self):
## Output("if (itself == NULL) return PyMac_Error(resNotFound);")