[avarPlanner] Move a couple lines around
This commit is contained in:
parent
a54e45a6ea
commit
ebbe869367
@ -802,13 +802,13 @@ def processAxis(
|
|||||||
|
|
||||||
def main(args=None):
|
def main(args=None):
|
||||||
"""Plan the standard axis mappings for a variable font"""
|
"""Plan the standard axis mappings for a variable font"""
|
||||||
from fontTools import configLogger
|
|
||||||
|
|
||||||
if args is None:
|
if args is None:
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
|
|
||||||
|
from fontTools import configLogger
|
||||||
from fontTools.ttLib import TTFont
|
from fontTools.ttLib import TTFont
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user