Fix subdevice._device -> subdevice.device in _MMapReadWriteThread._fileno().
authorW. Trevor King <wking@drexel.edu>
Tue, 20 Mar 2012 01:07:00 +0000 (21:07 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 20 Mar 2012 01:07:00 +0000 (21:07 -0400)
commit3a24fc3ba4599999d3d463cdfb4dc2ae77cb866a
tree5421f7b6e39e6dc00a96ac5602bbf6832448e5fd
parent7bb319f9e641f76ecb69fd729ec6d40ec2eb8042
Fix subdevice._device -> subdevice.device in _MMapReadWriteThread._fileno().

When I was writing the Cython implementation, I initially tried to
keep more things private, before realizing that that wasn't a good
idea.  This snippit missed the initial transition.
pycomedi/utility.py