Skip to content

Commit

Permalink
fix icon cache in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
sheavner authored and IslayTzash committed Jan 28, 2017
1 parent 3a92e68 commit 2dc974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vi/cache/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def from_blob(x):
def to_blob(x):
return x
def from_blob(x):
return x
return x[0][0]
from vi.cache.dbstructure import updateDatabase


Expand Down

0 comments on commit 2dc974e

Please sign in to comment.