packet lib: make test_packet work stand-alone

Prevent missing imports when running
  ./run_tests.sh ryu.tests.unit.packet

Signed-off-by: Shaun Crampton <Shaun.Crampton@metaswitch.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Shaun Crampton 2013-06-01 21:11:51 +09:00 committed by FUJITA Tomonori
parent f9b24a1720
commit 93b457bf63

View File

@ -0,0 +1,2 @@
from . import (ethernet, arp, icmp, icmpv6, ipv4, ipv6, lldp, mpls, packet,
packet_base, packet_utils)