fix fuckup

This commit is contained in:
glenda 2015-08-25 09:35:10 +00:00
parent 6b402b83cf
commit c4fdc6bfdb
42 changed files with 218 additions and 359 deletions

View file

@ -246,7 +246,7 @@ class fncache(object):
'''fill the entries from the fncache file'''
self.entries = set()
try:
fp = self.opener('fncache', mode='r')
fp = self.opener('fncache', mode='rb')
except IOError:
# skip nonexistent file
return