compat.genlib.coding: fix import.

This commit is contained in:
Jean-François Nguyen 2018-12-26 15:29:48 +01:00 committed by whitequark
parent 528747703d
commit 73ed870309

View file

@ -1,4 +1,4 @@
from ...lib.cdc import *
from ...lib.coding import *
__all__ = ["Encoder", "PriorityEncoder", "Decoder", "PriorityDecoder"]