author | Antonio Lima <anto87@gmail.com> | 2011-10-05 08:24:32 (UTC) |
---|---|---|
committer | Antonio Lima <anto87@gmail.com> | 2011-10-05 08:24:32 (UTC) |
commit | 2a98e81b954ab84efc8d3f4e1d837bf190f77d7d (patch) (unidiff) | |
tree | 8aa49a97a01d40737fbd8fa5c1f519f7a26d607b /scripts/builder/main.py | |
parent | 3065be1b71e4c40428cfa192de560c970ba7f8b3 (diff) | |
download | clipperz-2a98e81b954ab84efc8d3f4e1d837bf190f77d7d.zip clipperz-2a98e81b954ab84efc8d3f4e1d837bf190f77d7d.tar.gz clipperz-2a98e81b954ab84efc8d3f4e1d837bf190f77d7d.tar.bz2 |
Fixing python path of builder scripts for environment support
-rwxr-xr-x | scripts/builder/main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/builder/main.py b/scripts/builder/main.py index ba0c72a..94f738f 100755 --- a/scripts/builder/main.py +++ b/scripts/builder/main.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/env python |
2 | # -*- coding: UTF-8 -*- | 2 | # -*- coding: UTF-8 -*- |
3 | 3 | ||
4 | import sys, os, json | 4 | import sys, os, json |
@@ -163,4 +163,4 @@ def main (): | |||
163 | 163 | ||
164 | 164 | ||
165 | if __name__ == "__main__": | 165 | if __name__ == "__main__": |
166 | main() \ No newline at end of file | 166 | main() |