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-load-controller.py b/tools/pylibopenflow/bin/pyopenflow-load-controller.py old mode 100755 new mode 100644 index aef34f7..715a73a --- a/tools/pylibopenflow/bin/pyopenflow-load-controller.py +++ b/tools/pylibopenflow/bin/pyopenflow-load-controller.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python2.5 +#!/usr/bin/env python """This script fakes as n OpenFlow switch and load the controller with k packets per second.