Zhongyue Luo 36deef7a7c Remove unused imports
Fixes bug #1010276

Removed unused imports found by:
find . -type f -name "*py" -exec pylint -r n {} \; | grep -E "Unused imp|^\*"

Change-Id: Ie2ca545ecfaadd033652554c9e59d6a83d44ed09
2012-06-08 09:54:48 +08:00
..
2012-06-08 09:54:48 +08:00
2012-06-08 09:54:48 +08:00
2012-02-26 13:30:25 +09:00
2012-02-26 13:30:25 +09:00
2012-06-08 09:54:48 +08:00

Quantum plugin for Ryu Network Operating System
This directory includes quantum plugin for Ryu Network Operating System.

# -- Installation

For how to install/set up this plugin with Ryu and Open Stack, please refer to
http://www.osrg.net/ryu/using_with_openstack.html

# -- Ryu General

For general Ryu stuff, please refer to
http://www.osrg.net/ryu/

Ryu is available at github
git://github.com/osrg/ryu.git
https://github.com/osrg/ryu

The mailing is at
ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

# -- unit test

In order to run unit tests for Ryu plugin
PLUGIN_DIR=quantum/plugins/ryu ./run_tests.sh
NOTE: In order to run unit tests, sqlite3 is additionally needed.

Enjoy!