Put maxsize back

svn: r21895
This commit is contained in:
Tim G L Lyons 2013-04-05 17:14:22 +00:00
parent d4ed73da0e
commit 3aae88f9c2

View File

@ -43,7 +43,7 @@ import time
import bisect
from functools import wraps
import logging
from sys import getfilesystemencoding
from sys import maxsize, getfilesystemencoding
from ..config import config
if config.get('preferences.use-bsddb3') or sys.version_info[0] >= 3: