Changed shebang
Changed shebang to use the right python version.
This commit is contained in:
committed by
GitHub
parent
56f8ebed46
commit
bfaa0394ff
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import unittest
|
||||
|
||||
Reference in New Issue
Block a user