Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Use environment python.
Browse files Browse the repository at this point in the history
This increases compatibility with virtualenvs.
  • Loading branch information
mythmon committed Aug 12, 2012
1 parent 310767d commit 1618e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wok
@@ -1,4 +1,4 @@
#!/usr/bin/python2 #!/usr/bin/env python
from wok.engine import Engine from wok.engine import Engine


Engine() Engine()

0 comments on commit 1618e66

Please sign in to comment.