YDK 0.4.0 introduced a couple of changes to enums that are not backward compatible with YDK 0.3.0. First, the new enum implementation is based on the enum34 module. This module backports the enum implementation in Python 3.4 to Python 2.4 and later...