1
0
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:
srivatsansoft 2016-02-24 21:31:48 +05:30
parent 3f245896fc
commit 8f0678bdea

View File

@ -1,3 +1,4 @@
from __future__ import print_function
import pytest
from myhdl import Simulation, delay, SimulationError, instance, now
from myhdl._Simulation import _error