Commit a43ad368 authored by Jack Jansen's avatar Jack Jansen

quit() wasn't included in the suite. This is a quick manual patch to add it.

parent 5d528b78
......@@ -10,7 +10,8 @@ import MacOS
_code = 'CoRe'
class Standard_Suite_Events:
from StdSuites.Standard_Suite import *
class Standard_Suite_Events(Standard_Suite_Events):
_argmap_close = {
'saving' : 'savo',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment