forked from gergely/calendar-social
Add PyLint as a development dependency
Use `pylint calsocial` to run the static analysis.
This commit is contained in:
@@ -55,6 +55,8 @@ class TimezoneField(SelectField):
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.data = None
|
||||
|
||||
kwargs.update({
|
||||
'choices': [
|
||||
(pytz.timezone(tz), tz.replace('_', ' '))
|
||||
|
Reference in New Issue
Block a user