Don't write python bytecode

This commit is contained in:
Dave Chevell
2020-08-16 21:19:43 +10:00
parent 4b22953bb7
commit edc980d70a

View File

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