aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/C_B_L_C_.py
blob: ed7e3aed4b7ce82e2ec82ee20fc5f85651a2d7e4 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2013 Google, Inc. All Rights Reserved.
#
# Google Author(s): Matt Fontaine

from fontTools.misc.py23 import *
from . import E_B_L_C_

class table_C_B_L_C_(E_B_L_C_.table_E_B_L_C_):

	dependencies = ['CBDT']