Merge pull request #27 from kernelsmith/master

call python via /usr/bin/env python to make script more portable
This commit is contained in:
Mysterie
2015-06-25 12:37:09 +02:00

View File

@@ -1,4 +1,4 @@
#! python
#!/usr/bin/env python
# Mode: -*- python -*-
#
# Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>