diff options
Diffstat (limited to 'third_party/pymock/README.chromium')
-rw-r--r-- | third_party/pymock/README.chromium | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/pymock/README.chromium b/third_party/pymock/README.chromium new file mode 100644 index 0000000000..255c2bfeb8 --- /dev/null +++ b/third_party/pymock/README.chromium @@ -0,0 +1,10 @@ +Name: mock +URL: http://pypi.python.org/pypi/mock +Version: 1.0.1 +Security Critical: no +License: BSD +License File: NOT_SHIPPED +Description: +Python mock library, currently used by native_client_sdk. This is the +same mock library that is now part of python 3.3 where it is know as +unittest.mock. |