M lazy-lock.json M lua/custom/configs/lspconfig.lua M lua/custom/init.lua A lua/custom/journal.lua A nvim_venv/bin/Activate.ps1 A nvim_venv/bin/activate A nvim_venv/bin/activate.csh A nvim_venv/bin/activate.fish
7 lines
244 B
Python
7 lines
244 B
Python
"""DEPRECATED - This module is kept here only as a backward compatibility shim
|
|
for the old `ufoLib.pointPen` module, which was moved to :class:`fontTools.pens.pointPen`.
|
|
Please use the latter instead.
|
|
"""
|
|
|
|
from fontTools.pens.pointPen import *
|