labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

Use next(it) instead of it.next() in ValueArray constructor #329

Closed maffoo closed 7 years ago

maffoo commented 7 years ago

The .next() method no longer exists in python3.