Fix #446 -- Choices for Event.currenxy attribute (#452)

* Change event currency to a choice attribute

* Added pycountry to requirements for currency list

* Fixed issues from flake8

* Added tests for event currency and added pycountry to setup.py

* Removed whitespace from test/control/test_events.py
This commit is contained in:
Matthew Emerson
2017-04-06 06:08:55 -04:00
committed by Raphael Michel
parent 2e9d95b96a
commit 4accbef6a9
5 changed files with 51 additions and 1 deletions

View File

@@ -37,3 +37,4 @@ pycparser==2.13 # https://github.com/eliben/pycparser/issues/147
chardet>=2.3,<3
mt-940==3.2
vobject==0.9.*
pycountry