Skip to content

Commit

Permalink
corrected shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
arulalant committed Aug 9, 2014
1 parent b1e5be3 commit 34db05a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/demo_auto2utf8.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!"usr"bin"env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys
Expand Down
2 changes: 1 addition & 1 deletion example/demo_tscii2utf8.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!"usr"bin"env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys
Expand Down
2 changes: 1 addition & 1 deletion example/demo_utf8_2_auto.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!"usr"bin"env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys
Expand Down
2 changes: 1 addition & 1 deletion example/demo_utf8_2_tscii.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!"usr"bin"env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys
Expand Down

0 comments on commit 34db05a

Please sign in to comment.