Skip to content

Commit d36caa6

Browse files
committed
Moved xpath parsing to xpath_util.py
1 parent 34b39af commit d36caa6

File tree

5 files changed

+537
-604
lines changed

5 files changed

+537
-604
lines changed

src/cisco_gnmi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
from .nx import NXClient
3030
from .xe import XEClient
3131
from .builder import ClientBuilder
32+
from . import xpath_util
3233

3334
__version__ = "1.0.4"

0 commit comments

Comments
 (0)