forked from MirrorHub/synapse
254e8267e2
secrets got introduced in python 3.6 so this class is not available in 3.5 and before. This now checks for the current running version and only tries using secrets if the version is 3.6 or above Signed-Off-By: Matthias Kesler <krombel@krombel.de>
1 line
54 B
Text
1 line
54 B
Text
Only import secrets when available (fix for py < 3.6)
|