Added Event List Export Feature.

This commit is contained in:
2018-01-29 17:21:04 +01:00
parent d3625cf79f
commit b68949ba5f
7 changed files with 133 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ class ChoiceSet(object):
def get_label(self, code):
return self._labels[code]
def sort(self):
self._codes.sort()
class CountryChoiceSet(Countries):
first = ['DE', 'AUT', 'CH', 'FR', 'IT']