Skip to content

Commit

Permalink
Revert swigfaiss import for python 3 compatibility. (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hosseini authored Jun 20, 2019
1 parent 3896b12 commit d224d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/faiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# 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,
Expand Down

0 comments on commit d224d11

Please sign in to comment.