Revert swigfaiss import for python 3 compatibility. (#868)

pull/871/head
Lucas Hosseini 2019-06-20 06:13:38 +02:00 committed by GitHub
parent 3896b12c65
commit d224d11c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import pdb
# we import * so that the symbol X can be accessed as faiss.X
from swigfaiss import *
from .swigfaiss import *
__version__ = "%d.%d.%d" % (FAISS_VERSION_MAJOR,
FAISS_VERSION_MINOR,