mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 09:21:44 -04:00
it's a function, call it as such
This commit is contained in:
parent
d68451574b
commit
80e53fb66d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue