Changed shebang

Changed shebang to use the right python version.
This commit is contained in:
Jonathan Fernandes 2016-08-07 11:27:51 +05:30 committed by GitHub
parent 56f8ebed46
commit bfaa0394ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import unittest