• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2013 Google, Inc. All Rights Reserved.
2#
3# Google Author(s): Matt Fontaine
4
5from __future__ import print_function, division, absolute_import
6from fontTools.misc.py23 import *
7from . import E_B_L_C_
8
9class table_C_B_L_C_(E_B_L_C_.table_E_B_L_C_):
10
11	dependencies = ['CBDT']
12