fhdl.ir: oops, we defined DomainError twice.
This commit is contained in:
parent
dd00b5e2d6
commit
151d079f01
|
@ -5,11 +5,7 @@ from .ast import *
|
||||||
from .cd import *
|
from .cd import *
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["Fragment", "DomainError"]
|
__all__ = ["Fragment"]
|
||||||
|
|
||||||
|
|
||||||
class DomainError(Exception):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class Fragment:
|
class Fragment:
|
||||||
|
|
|
@ -3,6 +3,7 @@ from collections import OrderedDict, Iterable
|
||||||
from ..tools import flatten
|
from ..tools import flatten
|
||||||
from .ast import *
|
from .ast import *
|
||||||
from .ast import _StatementList
|
from .ast import _StatementList
|
||||||
|
from .cd import *
|
||||||
from .ir import *
|
from .ir import *
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue