summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2015-07-03 14:48:44 +0300
committerMichael Klishin <michael@novemberain.com>2015-07-03 14:48:44 +0300
commit3ba8166b60aa731d76f7804b05a4087346d9a9ec (patch)
tree8a72d3520da5725a6cdeac6fce340b53ab508187
parentdd73c6f6d7c116389a6e570aa6243a6134473fa9 (diff)
parent664ee8fe89367db37bd649108ca6ab65657595c3 (diff)
downloadrabbitmq-codegen-git-3ba8166b60aa731d76f7804b05a4087346d9a9ec.tar.gz
Merge pull request #3 from ingwinlu/add_env_shebang
add shebang for python version detection
-rwxr-xr-x[-rw-r--r--]amqp_codegen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/amqp_codegen.py b/amqp_codegen.py
index 2623a5d4..133b2b81 100644..100755
--- a/amqp_codegen.py
+++ b/amqp_codegen.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python2
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License