make_public.py doesn't need python to be invoked with the -B argument because we are no longer importing anything that would be affected by it.
This commit is contained in:
parent
407dc0907f
commit
b7a46fe81c
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3 -B
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# make_public.py
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue