summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Fernandes <int3rlop3r@yahoo.in>2016-08-07 11:27:51 +0530
committerGitHub <noreply@github.com>2016-08-07 11:27:51 +0530
commitbfaa0394ff8d5abca9fedf9d878cd77cd2348e7b (patch)
tree90cb32fe98d080843249c968580bbfc65e20010f
parent56f8ebed46ae9f7138a9efe505ed03a586f8988f (diff)
downloadcroniter-bfaa0394ff8d5abca9fedf9d878cd77cd2348e7b.tar.gz
Changed shebang
Changed shebang to use the right python version.
-rwxr-xr-xsrc/croniter/tests/test_croniter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/croniter/tests/test_croniter.py b/src/croniter/tests/test_croniter.py
index 55b81a2..afd3ddf 100755
--- a/src/croniter/tests/test_croniter.py
+++ b/src/croniter/tests/test_croniter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
import unittest