-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Milestone
Description
While working on AMS integration, I've noticed the following:
- Remove password and username as they aren't used #219
- use_ssl defaults to
Falsein Ssm2 init #218 - loads of PEP8 violations, including messy import ordering
- import ssl handling can be removed as we support 2.6 upwards (Drop Python 2.6, add Python 3 test compatibility #115)
- configparser and needs handling for Python 3 support (changed names and modules)
- inconsistent file licenses and docstrings
Reactions are currently unavailable