removed some redundant imports
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@535 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
41144b9306
commit
ccaf0376d6
@ -1,7 +1,4 @@
|
||||
import DefaultTable
|
||||
import Numeric
|
||||
from fontTools import ttLib
|
||||
from fontTools.misc.textTools import safeEval
|
||||
|
||||
superclass = ttLib.getTableClass("hmtx")
|
||||
|
||||
@ -11,4 +8,3 @@ class table__v_m_t_x(superclass):
|
||||
advanceName = 'height'
|
||||
sideBearingName = 'tsb'
|
||||
numberOfMetricsName = 'numberOfVMetrics'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user