_tools: extract most utility methods to a private package.
[nmigen.git] / nmigen / hdl / ir.py
index b77a340246f9014e1646a4dc02d23760f4afa12f..3173399104b7e009b5dd796cf0547439d17fec83 100644 (file)
@@ -5,7 +5,7 @@ import warnings
 import traceback
 import sys
 
-from ..tools import *
+from .._tools import *
 from .ast import *
 from .cd import *