Move Snippets/interpolatable.py to fontTools.varLib.interpolatable

This commit is contained in:
Behdad Esfahbod 2017-02-26 10:42:31 -08:00
parent c2033cb095
commit b9ff863b2c

View File

@ -1,8 +1,9 @@
#! /usr/bin/env python
"""
Tool to find wrong contour order between different masters, and
other interpolatability (or lack thereof) issues.
Call as:
$ fonttools varLib.interpolatable font1 font2 ...
"""
from __future__ import print_function, division, absolute_import