Skip to content

Commit

Permalink
Merge pull request #676 from ghisvail/patch-2
Browse files Browse the repository at this point in the history
Fixup typo in shebang
  • Loading branch information
James McKinney committed Apr 28, 2017
2 parents b1f41c1 + d6342b2 commit 6cb8ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agate/testcase.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env Python
#!/usr/bin/env python

try:
import unittest2 as unittest
Expand Down

0 comments on commit 6cb8ae8

Please sign in to comment.