Skip to content

Commit

Permalink
Ajout de usr bin env python
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpaquet committed Jun 7, 2018
1 parent d01aef4 commit adc67d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions picamera-gui/CallTipWindow.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# http://www.voidspace.org.uk/python/weblog/arch_d7_2006_07_01.shtml
Expand Down
1 change: 1 addition & 0 deletions picamera-gui/Exceptions_ModuleCamera.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Ce fichier contient deux classes d'exceptions qui héritent de "Exception"
Expand Down
1 change: 1 addition & 0 deletions picamera-gui/PiCameraGUI.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Interface graphique
Expand Down
1 change: 1 addition & 0 deletions picamera-gui/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Main
Expand Down

0 comments on commit adc67d2

Please sign in to comment.