Index: third_party/pexpect/README.chromium |
diff --git a/third_party/pexpect/README.chromium b/third_party/pexpect/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..810cc7e19c8eb468f70c71d20379be3aa560d7b2 |
--- /dev/null |
+++ b/third_party/pexpect/README.chromium |
@@ -0,0 +1,15 @@ |
+Name: pexpect |
+Short Name: pexpect |
+URL: http://www.noah.org/python/pexpect/ |
+Version: 2.3 |
+Date: 2008-01-05 |
+Revision: r509 |
+License: MIT |
+License File: LICENSE |
+Security Critical: no |
+ |
+Description: |
+Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. |
+ |
+Local Modifications: |
+Only the required files from pexpect-2.3 distribution have been added. |