summaryrefslogtreecommitdiff
path: root/OpenSSL/rand.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-04 23:31:03 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-04 23:31:03 -0400
commitca87ff6ee43a271862a9216d056cfd037d5a0b36 (patch)
tree98fc2abc3dc518547bff6f4d5733052c6a394511 /OpenSSL/rand.py
parent84066823ffaae6b375b3b582222a77598ca27be0 (diff)
downloadpyopenssl-ca87ff6ee43a271862a9216d056cfd037d5a0b36.tar.gz
a random set of flake8 and typo fixes
Diffstat (limited to 'OpenSSL/rand.py')
-rw-r--r--OpenSSL/rand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSSL/rand.py b/OpenSSL/rand.py
index 3adf693..27d9f7e 100644
--- a/OpenSSL/rand.py
+++ b/OpenSSL/rand.py
@@ -26,6 +26,7 @@ _unspecified = object()
_builtin_bytes = bytes
+
def bytes(num_bytes):
"""
Get some random bytes as a string.