Skip to content

Commit

Permalink
Update shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmaze committed Jan 31, 2016
1 parent 0cc35d0 commit 03e0085
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/allglyphs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python

import collections
import hashlib
Expand Down
2 changes: 1 addition & 1 deletion bin/autotag
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

import os
import re
Expand Down
2 changes: 1 addition & 1 deletion bin/bin2yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python


import math
Expand Down
2 changes: 1 addition & 1 deletion bin/copymap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python


import os
Expand Down
2 changes: 1 addition & 1 deletion bin/export-font
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin/export-html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

import codecs
import glob
Expand Down
2 changes: 1 addition & 1 deletion bin/export-png
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

import os
import sys
Expand Down

0 comments on commit 03e0085

Please sign in to comment.