Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

Commit 90d100e

Browse files
author
Anders Eurenius
committed
Merge pull request #9 from bartvanherck/enable-other-pythons
Ensure the python of the PATH is used
2 parents 474d55b + 1987962 commit 90d100e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/graphwalker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# Copyright (c) 2013 Spotify AB
44
from graphwalker import cli

graphwalker/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# Copyright (c) 2013 Spotify AB
44
import time

0 commit comments

Comments
 (0)