diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-07-03 14:49:12 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-07-03 14:49:12 +0300 |
| commit | 64e60dfcad57e1a27e5bffe713eb5eba24430b21 (patch) | |
| tree | 5cb84c216f3b57eaea3946c127dd3e6e6fc1efdc /codegen.py | |
| parent | 9b5d2e21099250c9fa96a421e6af3e08cb270cf7 (diff) | |
| parent | 383b70bb4e643f0dfb7d79c3ee841819dc0a0ff3 (diff) | |
| download | rabbitmq-server-git-64e60dfcad57e1a27e5bffe713eb5eba24430b21.tar.gz | |
Merge pull request #213 from ingwinlu/remove_python_version_detection
remove python version detection from Makefile...
Diffstat (limited to 'codegen.py')
| -rwxr-xr-x[-rw-r--r--] | codegen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codegen.py b/codegen.py index 9f16b32425..f48eba8f78 100644..100755 --- a/codegen.py +++ b/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 |
