Skip to content
  • hydrargyrum's avatar
    weboob.capabilities.base: use python3's enums and introduce EnumField · feb904dc
    hydrargyrum authored
    Python 3.4 added new Enum types that enforce a value belonging to the
    enumeration.
    This commit retires our homemade enum and use Python's Enum type.
    Python 2 compatibility is achieved with "enum34" package.
    
    Housing and Calendar capabilities are updated to use those new enums.
    feb904dc