{,_}tools→{,_}utils

In context of nMigen, "tools" means "parts of toolchain", so it is
confusing to have a completely unrelated module also called "tools".
This commit is contained in:
whitequark 2019-10-13 18:53:38 +00:00
parent ccd28b40c2
commit 2f9dab361f
39 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,4 @@
from ..._tools import _ignore_deprecated
from ..._utils import _ignore_deprecated
from ...compat import *
from ...compat.fhdl import verilog

View file

@ -1,6 +1,6 @@
import unittest
from ..._tools import _ignore_deprecated
from ..._utils import _ignore_deprecated
from ...compat import *