summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-11-18 17:18:18 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-11-19 07:58:59 -0800
commit3f6bfbe3f35ae3eb6d8e5b7f3ac8717682e7a7b3 (patch)
treed0799401d2b77aa7ffd24eee3713125968b0bfa2
parentd56644eb6a03ddd73a6906dd712e4ce66ba0c4f5 (diff)
ryu.app.client: comments
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--ryu/app/client.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ryu/app/client.py b/ryu/app/client.py
index 1cd8e587..7e8b90fd 100644
--- a/ryu/app/client.py
+++ b/ryu/app/client.py
@@ -14,6 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# This is a client library for Ryu REST API. (ryu.app.rest_quantum etc)
+# This module is *not* used by ryu-manager.
+# Imported and used by OpenStack Ryu plug-in and agent.
+
import httplib
import json
import urlparse