mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-20 07:41:22 +00:00
Code refactoring (#889)
* Add __all__ to all module and plugin utils. * Convert quite a few positional args to keyword args. * Avoid Python 3.8+ syntax.
This commit is contained in:
@@ -24,3 +24,6 @@ class OpenSSLObjectError(Exception):
|
||||
|
||||
class OpenSSLBadPassphraseError(OpenSSLObjectError):
|
||||
pass
|
||||
|
||||
|
||||
__all__ = ("HAS_CRYPTOGRAPHY", "OpenSSLObjectError", "OpenSSLBadPassphraseError")
|
||||
|
||||
Reference in New Issue
Block a user