Skip to content
Commit feb904dc authored by hydrargyrum's avatar hydrargyrum
Browse files

weboob.capabilities.base: use python3's enums and introduce EnumField

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.
parent 93823bb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment