Remove dupe supports_session method from eos module_utils (#23240)

Fixes #23237
pull/23245/head
Ricardo Carrillo Cruz 8 years ago committed by GitHub
parent d85f4a443f
commit 2e89126af7

@ -111,10 +111,6 @@ class Cli:
rc, out, err = self.exec_command(cmd)
return out.endswith('#')
def supports_sessions(self):
rc, out, err = self.exec_command('show configuration sessions')
return rc == 0
def get_config(self, flags=[]):
"""Retrieves the current config from the device or cache
"""

Loading…
Cancel
Save