From 80e53fb66de0e647f9b06e9f3f2d5bf8bf5d3395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 8 Oct 2015 17:16:11 -0400 Subject: [PATCH] it's a function, call it as such --- borg/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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