summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2015-08-12 00:00:28 +0000
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-08-20 17:35:26 +0900
commit31acdf8462eb180be8f7efdedd0cbe3c080ecc3c (patch)
tree98f0a8b5304843f97b6c70cbd70bdff7142a2acc
parent6921b54ac56a3048ff03ae1e247d6303d76d9051 (diff)
Remove unused import
Signed-off-by: Jason Kölker <jason@koelker.net> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--ryu/ofproto/nx_match.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index f043ce8e..5259a619 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ryu/ofproto/nx_match.py
@@ -16,7 +16,6 @@
# limitations under the License.
import struct
-import itertools
from ryu import exception
from ryu.lib import mac