Home | History | Annotate | Download | only in tables
      1 # Copyright 2013 Google, Inc. All Rights Reserved.
      2 #
      3 # Google Author(s): Matt Fontaine
      4 
      5 from . import E_B_L_C_
      6 
      7 class table_C_B_L_C_(E_B_L_C_.table_E_B_L_C_):
      8 
      9 	dependencies = ['CBDT']
     10