Merged in dont-write-bytecode (pull request #67)

SCALE-31: Don't write python bytecode

Approved-by: Kenny MacLeod
Approved-by: Steve Smith
Approved-by: Minh Tran
This commit is contained in:
Dave Chevell 2020-08-24 07:14:13 +00:00
commit 284acb9a30

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3 -B
from entrypoint_helpers import env, gen_cfg, str2bool, start_app