浏览代码

it's a function, call it as such

Antoine Beaupré 9 年之前
父节点
当前提交
80e53fb66d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      borg/remote.py

+ 1 - 1
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