add dont write bytecode

This commit is contained in:
jopohl
2016-04-22 08:47:50 +02:00
parent 06953eb146
commit 78b14119ee
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import sys
sys.dont_write_bytecode = True

View File

@@ -0,0 +1,3 @@
import sys
sys.dont_write_bytecode = True