commit | e717c6ec92edba03c453a4204a788d7c22ab47bd | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:25:50 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 11:29:30 2013 -0700 |
tree | 9bfebeabb40d36dfa30206c71a122e9f24a7ae9b | |
parent | be8503a69d609d0aee844a91f3f5d66f4e2666c7 [diff] [blame] |
use generic ofp import
diff --git a/src/python/oftest/parse.py b/src/python/oftest/parse.py index 17a3573..d75c7cd 100644 --- a/src/python/oftest/parse.py +++ b/src/python/oftest/parse.py
@@ -4,7 +4,7 @@ import sys import logging -import of10 as ofp +import ofp try: import scapy.all as scapy except: