Stephen Hemminger ecdd471171 usertools: replace string.split
In python3 the standard way to split strings is to use the
split() on the string object itself. The old way is broken
and would cause a traceback.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2020-11-22 22:04:10 +01:00
..
2020-10-02 13:51:00 +02:00
2020-10-02 13:51:00 +02:00