1/self.semi_standalone = is_system()/s/is_system()/False/
2/mm\.mm\.run_file(runtime)/a
3                    # always copy the system runtime
4                    if runtime.startswith('/System/Library/Frameworks/Python.framework'):
5                        print("*** copying runtime %s ***" % runtime)
6                        self.copy_python_framework(macholib.dyld.framework_info(runtime), os.path.join(dst, "Contents/Frameworks"))
7.
8w
9