Skip to content

Commit

Permalink
Use python3 in all #! lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ntc2 committed Dec 24, 2018
1 parent 0b6af68 commit f09bf7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluxgui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#coding: utf-8
#
#Copyright (c) 2010 Michael and Lorna Herf, Kilian Valkhof
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from distutils.core import setup
import os
Expand Down
2 changes: 1 addition & 1 deletion src/fluxgui/fluxapp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3

from fluxgui.exceptions import MethodUnavailableError
from fluxgui import fluxcontroller, settings
Expand Down

0 comments on commit f09bf7b

Please sign in to comment.