* Replaced all from ...py23 import * with explicit name imports, or removed completely when possible. * Replaced tounicode() with tostr() * Changed all BytesIO ans StringIO imports to from io import ..., replaced all UnicodeIO with StringIO. * Replaced all unichr() with chr() * Misc minor tweaks and fixes
10 lines
185 B
Python
10 lines
185 B
Python
# Copyright 2013 Google, Inc. All Rights Reserved.
|
|
#
|
|
# Google Author(s): Matt Fontaine
|
|
|
|
from . import E_B_L_C_
|
|
|
|
class table_C_B_L_C_(E_B_L_C_.table_E_B_L_C_):
|
|
|
|
dependencies = ['CBDT']
|