Commit 0ee64267 authored by Martín Ferrari's avatar Martín Ferrari

unneeded

parent 3789f6d1
......@@ -537,7 +537,6 @@ class Client(object):
else:
self._send_cmd("IF", "LIST")
data = self._read_and_check_reply()
data = data.partition("\n")[2] # ignore first line
return yaml.load(data)
def set_if(self, interface):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment