Skip to content

Commit

Permalink
Don't specify python2 in shebangs
Browse files Browse the repository at this point in the history
Fusion Icon supports python3.
  • Loading branch information
XRevan86 committed Jul 11, 2016
1 parent b6fb51a commit 27389a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fusion-icon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# This file is part of Fusion-icon.

# Fusion-icon is free software; you can redistribute it and/or modify
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 python2
#!/usr/bin/env python

import sys, os
from stat import *
Expand Down

0 comments on commit 27389a2

Please sign in to comment.