Re: [myhdl-list] [Patch] Missing import in _Signal.py
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2013-04-14 15:51:40
|
On 04/12/2013 08:14 PM, Thomas Heller wrote: > Hope it is ok to post these patches here instead of opeing a bug > report... Thanks for asking. For small patches, I prefer hg patches (hg export -o ...). Easier in my workflow, and the contributor gets the credit. I have made the correction. Jan > > Thanks, Thomas > > diff -r 890982e941e2 myhdl/_Signal.py > --- a/myhdl/_Signal.py Thu Apr 11 22:20:37 2013 +0200 > +++ b/myhdl/_Signal.py Fri Apr 12 20:11:17 2013 +0200 > @@ -29,6 +29,7 @@ > > from inspect import currentframe, getouterframes > from copy import copy, deepcopy > +import operator > > from myhdl import _simulator as sim > from myhdl._simulator import _signals, _siglist, _futureEvents, now > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com World-class digital design: http://www.easics.com |