Repository: libcloud
Updated Branches:
refs/heads/trunk 4087f4550 -> bef1f94cb
Turn states into strings in types.py
- Let all types derive from Type
- Turn all type attributes into strings
- Keep things backwards-compatible by having
- tostring
- fromstring
- Add tests for tostring, fromst
Repository: libcloud
Updated Branches:
refs/heads/all-states-are-string [created] bef1f94cb
Turn states into strings in types.py
- Let all types derive from Type
- Turn all type attributes into strings
- Keep things backwards-compatible by having
- tostring
- fromstring
- Add tests for tos