Index: tools/devtools_auto/third_party/websocket-client/README.chromium |
diff --git a/tools/devtools_auto/third_party/websocket-client/README.chromium b/tools/devtools_auto/third_party/websocket-client/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ef77313898dd0d2ef625162c95de013bb156bd6 |
--- /dev/null |
+++ b/tools/devtools_auto/third_party/websocket-client/README.chromium |
@@ -0,0 +1,19 @@ |
+Name: Python websocket-client |
+Short Name: websocket-client |
+URL: https://github.com/liris/websocket-client |
+Version: 0 |
+Revision: 861f9cf354833fe3992315b60292865c5245c821 |
+Date: Tue Jul 10 19:57:00 2012 -0700 |
+License: LGPL-2.1 |
+License File: NOT_SHIPPED |
+Security Critical: no |
+ |
+Description: |
+ |
+websocket-client module is WebSocket client for python. This provide the low |
+level APIs for WebSocket. All APIs are the synchronous functions. |
+ |
+Used by the python code in devtools-auto to communicate with a running Chrome instance. |
+ |
+Local Modifications: |
+None. |