Skip to content

Commit

Permalink
Remove unnecessary u
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrichman committed Sep 3, 2012
1 parent b5676d5 commit c111768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion habitat_calendar/cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def calendar():
desc.append("Project: " + metadata['project'])
if 'group' in metadata:
desc.append("Group: " + metadata['group'])
desc.append(u"Location: " + location_str)
desc.append("Location: " + location_str)

for already_dealt_with in ['location', 'project', 'group']:
if already_dealt_with in metadata:
Expand Down

0 comments on commit c111768

Please sign in to comment.