commit | d2ca1031708f717da7e8db5b05a87972a0a429a9 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Wed Mar 10 14:40:26 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Wed Mar 10 14:40:26 2010 -0800 |
tree | 6be35dcf9ae05fd5cbde36552cb86cf6a266a21a | |
parent | 0db53eb3dd0c33696698798244ca2f397b8b2ba8 [diff] [blame] |
As much as possible, remove dependence on python 2.5
diff --git a/tools/pylibopenflow/bin/pyopenflow-get-struct.py b/tools/pylibopenflow/bin/pyopenflow-get-struct.py old mode 100755 new mode 100644 index 78297c5..d07d85e --- a/tools/pylibopenflow/bin/pyopenflow-get-struct.py +++ b/tools/pylibopenflow/bin/pyopenflow-get-struct.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python2.5 +#!/usr/bin/env python """This script reads struct from OpenFlow header file and output query (C) Copyright Stanford University