mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
added 'from __future__ import print_function'
This commit is contained in:
parent
3f245896fc
commit
8f0678bdea
@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import pytest
|
||||
from myhdl import Simulation, delay, SimulationError, instance, now
|
||||
from myhdl._Simulation import _error
|
||||
|
Loading…
x
Reference in New Issue
Block a user