1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

test_concat import reduce, long for python3

This commit is contained in:
Keerthan Jaic 2015-02-02 00:05:16 -05:00
parent e6bf9e0e0c
commit a213fa4792

View File

@ -25,12 +25,14 @@ import unittest
from unittest import TestCase
import random
from random import randrange
from functools import reduce
random.seed(2) # random, but deterministic
import operator
from myhdl._intbv import intbv
from myhdl._Signal import Signal
from myhdl._concat import concat
from myhdl._compat import long