diff options
Diffstat (limited to 'mach')
-rwxr-xr-x | mach | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ def main(args): if __name__ == '__main__': + sys.dont_write_bytecode = True if sys.platform == 'win32': # This is a complete hack to work around the fact that Windows # multiprocessing needs to import the original module (ie: this |