diff --git a/borg/remote.py b/borg/remote.py index 466d627da..5d8c71a88 100644 --- a/borg/remote.py +++ b/borg/remote.py @@ -13,7 +13,7 @@ from . import __version__ from .helpers import Error, IntegrityError, have_cython from .repository import Repository -if have_cython: +if have_cython(): import msgpack BUFSIZE = 10 * 1024 * 1024