From 6ac8cd0269aca73ea5a255a5de98cb699e9f4dd6 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 2 Mar 2021 08:20:52 -0700 Subject: [PATCH] l3_cxprofile.py : change inheritance to LFCliBase from BaseProfile --- py-json/l3_cxprofile.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/py-json/l3_cxprofile.py b/py-json/l3_cxprofile.py index 63502426..5873e94c 100644 --- a/py-json/l3_cxprofile.py +++ b/py-json/l3_cxprofile.py @@ -3,7 +3,8 @@ import re import time import pprint -from base_profile import BaseProfile +from LANforge import lfcli_base +from LANforge.lfcli_base import LFCliBase import csv import pandas as pd import os @@ -13,7 +14,7 @@ import random import string import datetime -class L3CXProfile(BaseProfile): +class L3CXProfile(LFCliBase): def __init__(self, lfclient_host, lfclient_port,