summary refs log tree commit diff
path: root/changelog.d/3626.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelogAmber Brown2018-08-071-1/+0
|
* Only import secrets when availableKrombel2018-07-301-0/+1
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>