_tools: extract most utility methods to a private package.
We don't want to guarantee backwards compatibility for most of them.
This commit is contained in:
parent
a97003d57a
commit
da48c05bdf
22 changed files with 106 additions and 103 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from ..tools import deprecated
|
||||
from .._tools import deprecated
|
||||
from .. import *
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from .. import *
|
||||
from ..asserts import *
|
||||
from ..tools import log2_int, deprecated
|
||||
from .._tools import log2_int, deprecated
|
||||
from .coding import GrayEncoder
|
||||
from .cdc import FFSynchronizer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue