sgh7 / chrome_utils

Linux command-line utilities for Google's Chromium browser
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Unit tests of reduce() fail for Python3. #16

Closed sgh7 closed 9 years ago

sgh7 commented 9 years ago

Travis CI gives

File "/home/travis/build/sgh7/chrome_utils/chrome_utils/chrome_lib.py", line 113, in reduce value = iterator.next() AttributeError: 'list_iterator' object has no attribute 'next'