mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
Just a chmod a+x two Python scripts
This commit is contained in:
parent
4e5358a288
commit
73f1c2ba43
2 changed files with 4 additions and 0 deletions
2
src/addTable.py
Normal file → Executable file
2
src/addTable.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
from fontTools.ttLib import TTFont
|
||||
from fontTools.ttLib.tables.DefaultTable import DefaultTable
|
||||
|
|
2
src/justify.py
Normal file → Executable file
2
src/justify.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import gi
|
||||
|
||||
gi.require_version("Gtk", "3.0")
|
||||
|
|
Loading…
Add table
Reference in a new issue