We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bdd4f commit 41eae9fCopy full SHA for 41eae9f
tests/secret.py
@@ -1,7 +1,7 @@
1
# random passwords for testing
2
3
import os
4
-import random
+import random # a misnomer, should be called "pseudo-random"
5
import string
6
7
# both client and server must share the same seed!
0 commit comments