[calendar] fix unicode warning
This commit is contained in:
parent
51ddda4bf9
commit
edc49f59b2
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class ICapCalendarEvent(ICapCollection):
|
|||
query.categories = split_path
|
||||
query.start_date = datetime.combine(parse_date('today'), time.min)
|
||||
query.end_date = parse_date('')
|
||||
query.city = ''
|
||||
query.city = u''
|
||||
for event in self.search_events(query):
|
||||
yield event
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue