1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-24 16:20:15 +08:00

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

2
packaging/make_public.py Normal file → Executable file

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