Skip to content

Commit

Permalink
Fix encoding issue deanishe#25
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Aug 17, 2017
1 parent ed2feba commit b461236
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def convert(query):
action = 'delete'
name = 'Remove'

mod = it.add_modifier('cmd', '{} {} as default unit for {}'.format(
mod = it.add_modifier('cmd', u'{} {} as default unit for {}'.format(
name, conv.to_unit, conv.dimensionality))
mod.setvar('action', action)
mod.setvar('unit', conv.to_unit)
Expand Down
2 changes: 1 addition & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ UPDATE_INTERVAL is the number of minutes between exchange rate updates.</string>
<string>360</string>
</dict>
<key>version</key>
<string>3.0</string>
<string>3.0.1</string>
<key>webaddress</key>
<string></string>
</dict>
Expand Down
10 changes: 0 additions & 10 deletions src/vendor/__init__.py

This file was deleted.

0 comments on commit b461236

Please sign in to comment.