1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-23 22:51:35 +00:00

try to fix build on RTD *again*

This commit is contained in:
Antoine Beaupré 2015-10-08 16:57:36 -04:00
parent 80f82efcdf
commit f2c56fb890

View file

@ -16,8 +16,6 @@
from fnmatch import translate
from operator import attrgetter
import msgpack
def have_cython():
"""allow for a way to disable Cython includes
@ -37,6 +35,7 @@ def have_cython():
from . import hashindex
from . import chunker
from . import crypto
import msgpack
class Error(Exception):