We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8592d08 commit 58d09dcCopy full SHA for 58d09dc
consutil/lib.py
@@ -10,6 +10,7 @@
10
import re
11
import subprocess
12
import sys
13
+ from swsssdk import ConfigDBConnector
14
except ImportError as e:
15
raise ImportError("%s - required module not found" % str(e))
16
0 commit comments