daklib/ls: Use return instead of StopIteration
This has been deprecated and (eventually) removed in python3.4; not to mention that the function already uses return in other places.
This has been deprecated and (eventually) removed in python3.4; not to mention that the function already uses return in other places.