intentionet / netconan

netconan - a Network Configuration Anonymizer
Apache License 2.0
145 stars 12 forks source link

Remove need for enum34 for Python 3 #122

Closed saparikh closed 5 years ago

saparikh commented 5 years ago

enum34 Python module is not compatible with certain Ansible modules that require the enum module. Since enum34 is not required for Python 3, we need to adjust the inclusion/usage to just Python 2 deployments.

sfraint commented 5 years ago

Fixed in #125, #127, which are now in Netconan v0.10.2