Skip to content

Commit

Permalink
Merge pull request #884 from googlefonts/cdifflib
Browse files Browse the repository at this point in the history
[ttx_diff] replace difflib with cdifflib
  • Loading branch information
cmyr authored Jul 26, 2024
2 parents fe35b5a + 4881e12 commit 0ffb087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ fontmake[repacker]==3.8.1
# our scripts import it directly, so we list it among the top-level requirements.
fonttools
lxml
cdifflib
2 changes: 1 addition & 1 deletion resources/scripts/ttx_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import shutil
import subprocess
import sys
from difflib import SequenceMatcher
from cdifflib import CSequenceMatcher as SequenceMatcher
from typing import MutableSequence


Expand Down

0 comments on commit 0ffb087

Please sign in to comment.