mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
future statement removed
This commit is contained in:
parent
7f09aa68e3
commit
6d49890d0d
@ -30,8 +30,6 @@ __author__ = "Jan Decaluwe <jan@jandecaluwe.com>"
|
|||||||
__revision__ = "$Revision$"
|
__revision__ = "$Revision$"
|
||||||
__date__ = "$Date$"
|
__date__ = "$Date$"
|
||||||
|
|
||||||
from __future__ import generators
|
|
||||||
|
|
||||||
from inspect import currentframe, getouterframes
|
from inspect import currentframe, getouterframes
|
||||||
from copy import deepcopy as copy
|
from copy import deepcopy as copy
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ __author__ = "Jan Decaluwe <jan@jandecaluwe.com>"
|
|||||||
__revision__ = "$Revision$"
|
__revision__ = "$Revision$"
|
||||||
__date__ = "$Date$"
|
__date__ = "$Date$"
|
||||||
|
|
||||||
from __future__ import generators
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
from warnings import warn
|
from warnings import warn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user