Skip to content

Commit

Permalink
fix python shell
Browse files Browse the repository at this point in the history
  • Loading branch information
micahcc committed Apr 15, 2016
1 parent bdb9c41 commit 4b1e07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextfind.py
@@ -1,4 +1,4 @@
#!env python
#!/usr/bin/env python
"""
Tool for jumping to a window by looking through the window names.
Expand Down
2 changes: 1 addition & 1 deletion nextmatch.py
@@ -1,4 +1,4 @@
#!env python
#!/usr/bin/env python

import sys
from subprocess import *
Expand Down

0 comments on commit 4b1e07d

Please sign in to comment.