Added Event List Export Feature.
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user