Add util.py to the flatbuffer python runtime.

PiperOrigin-RevId: 304426659
Change-Id: I5832ed22f0e1cbf0bdfdc4d69683de3cb1f91325
This commit is contained in:
Lu Wang 2020-04-02 10:21:15 -07:00 committed by TensorFlower Gardener
parent 677bccbbf1
commit 549434018c

View File

@ -112,6 +112,7 @@ filegroup(
"python/flatbuffers/number_types.py", "python/flatbuffers/number_types.py",
"python/flatbuffers/packer.py", "python/flatbuffers/packer.py",
"python/flatbuffers/table.py", "python/flatbuffers/table.py",
"python/flatbuffers/util.py",
], ],
) )