use the same style of hashbang for all files

This commit is contained in:
a1346054 2021-08-21 20:45:30 +00:00
parent 8df946943d
commit d68bfbde54
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#!/usr/bin/env python3
import subprocess
import time
import glob

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#!/usr/bin/env python3
#
# Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.