pycryptodome/lib/Crypto/SelfTest/Random
Anders Kaseorg 9b7f5af82b Fix Python 3.8 SyntaxWarning: "is" with a literal
Fixes this warning from Python 3.8:

```
/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Random/test_random.py:103: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if sys.version_info[0] is 3:
```
2019-10-23 11:19:13 +02:00
..
__init__.py Remove Crypto.Random.Fortuna 2015-01-05 23:06:22 +01:00
test_random.py Fix Python 3.8 SyntaxWarning: "is" with a literal 2019-10-23 11:19:13 +02:00