Explorar o código

it's a function, call it as such

Antoine Beaupré %!s(int64=10) %!d(string=hai) anos
pai
achega
80e53fb66d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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