Skip to content

Commit 1a42799

Browse files
authored
Merge pull request #16 from aboutcode-org/samecode
Use halohash from samecode
2 parents e0f181c + e516b70 commit 1a42799

17 files changed

+28
-3922
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ install_requires =
4747
bitarray
4848
commoncode
4949
plugincode
50+
samecode
5051

5152

5253
[options.packages.find]

src/matchcode_toolkit/fingerprinting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import binascii
1111
import re
1212

13-
from matchcode_toolkit.halohash import BitAverageHaloHash
13+
from samecode.halohash import BitAverageHaloHash
1414

1515
# A collection of directory fingerprints that we want to avoid
1616
IGNORED_DIRECTORY_FINGERPRINTS = [

0 commit comments

Comments
 (0)