Chromium Code Reviews| Index: third_party/tlslite/tlslite/utils/python_rc4.py |
| diff --git a/third_party/tlslite/tlslite/utils/Python_RC4.py b/third_party/tlslite/tlslite/utils/python_rc4.py |
| similarity index 98% |
| rename from third_party/tlslite/tlslite/utils/Python_RC4.py |
| rename to third_party/tlslite/tlslite/utils/python_rc4.py |
| index 56ce5fb2fc24db514ecc1c225c7015f51302e771..c513ce78c8ca82bff73b1a40af86f52f4b1d38c6 100644 |
| --- a/third_party/tlslite/tlslite/utils/Python_RC4.py |
| +++ b/third_party/tlslite/tlslite/utils/python_rc4.py |
| @@ -1,6 +1,6 @@ |
| """Pure-Python RC4 implementation.""" |
| -from RC4 import RC4 |
| +from rc4 import RC4 |
| from cryptomath import * |
| def new(key): |