Looks good to me.

On Fri, May 24, 2013 at 05:00:12PM +0000, Shaun Crampton wrote:
> From: Shaun Crampton <[email protected]>
> 
> Make test_packet work stand-alone.
> 
> Prevent missing imports when running
>   ./run_tests.sh ryu.tests.unit.packet
> 
> Signed-off-by: Shaun Crampton <[email protected]>
> 
> ---
> ryu/lib/packet/__init__.py |    2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/ryu/lib/packet/__init__.py b/ryu/lib/packet/__init__.py
> index e69de29..cfd0f3d 100644
> --- a/ryu/lib/packet/__init__.py
> +++ b/ryu/lib/packet/__init__.py
> @@ -0,0 +1,2 @@
> +from . import (ethernet, arp, icmp, icmpv6, ipv4, ipv6, lldp, mpls,
> packet,
> +               packet_base, packet_utils)
> --
> 1.7.9.5

> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service 
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel


-- 
yamahata

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to