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:
A.J. Beamon 2020-01-14 10:59:39 -08:00
parent 407dc0907f
commit b7a46fe81c
1 changed files with 1 additions and 1 deletions

2
packaging/make_public.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3 -B
#!/usr/bin/env python3
#
# make_public.py
#