commit | 5ec97b8249e8b7c97c2af2bcb9c9ae60255fe07e | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Sun Jan 06 18:04:25 2013 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Sun Jan 06 18:04:25 2013 -0800 |
tree | ed1f6ac1b96affd96d11829ec5b66edb49f874c8 | |
parent | 6242d9f6474fa78b2d1c5db116831dc15ce00b6e [diff] [blame] |
copy in of11 package These modules were copied from the oft-1.1 branch.
diff --git a/src/python/of11/__init__.py b/src/python/of11/__init__.py new file mode 100644 index 0000000..c4407ee --- /dev/null +++ b/src/python/of11/__init__.py
@@ -0,0 +1,8 @@ +""" +Python OpenFlow 1.0 library + +Most of the files in this package are automatically generated by tools/munger. +They are checked in to simplify running OFTest. +""" + +__all__ = ["action_list", "action", "cstruct", "error", "message", "parse"]