be systematic with coding and shebang

This commit is contained in:
Nicolas Stalder
2019-01-04 02:01:59 +01:00
parent cbc422b817
commit 2f9987a28a
5 changed files with 9 additions and 1 deletions
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #
Regular → Executable
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>