Skip to content

Commit 5208ec1

Browse files
wangshengjunjleveque
authored andcommitted
[config]: fix the runtime error of the 'show line' command (sonic-net#595) (sonic-net#596)
Signed-off-by: wangshengjun <wangshengjun@asterfusion.com>
1 parent 7982a32 commit 5208ec1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

consutil/__init__.py

Whitespace-only changes.

consutil/main.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
import pexpect
1212
import re
1313
import subprocess
14+
import sys
1415
from tabulate import tabulate
16+
from lib import *
1517
except ImportError as e:
1618
raise ImportError("%s - required module not found" % str(e))
1719

0 commit comments

Comments
 (0)