As much as possible, remove dependence on python 2.5
diff --git a/tools/pylibopenflow/bin/cstruct2py-get-struct.py b/tools/pylibopenflow/bin/cstruct2py-get-struct.py
old mode 100755
new mode 100644
index 4b8a350..d78d7c8
--- a/tools/pylibopenflow/bin/cstruct2py-get-struct.py
+++ b/tools/pylibopenflow/bin/cstruct2py-get-struct.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 """This script reads struct from C/C++ header file and output query
 
 Author ykk