commit | d7e2dbedd24da852edb42a68ba315da719db553e | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Sat Feb 13 21:51:15 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Sat Feb 13 21:51:15 2010 -0800 |
tree | 57ad07d074ee1cfdfcf7a7eaa780936a4fd686ac | |
parent | ec857daa57c1f6cd6e9225b9a530560e2a6d9fd6 [diff] [blame] |
Moved core code up to oftest directory
diff --git a/src/python/oftest/netutils.py b/src/python/oftest/netutils.py index f53c2e0..613ac66 100644 --- a/src/python/oftest/netutils.py +++ b/src/python/oftest/netutils.py
@@ -1,7 +1,6 @@ -#!/usr/bin/env python """ -Network utilities for the OpenFlow controller +Network utilities for the OpenFlow test framework """ ###########################################################################