commit | cd6cd603e7e8aca140f0a029deb6acdacb116097 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Feb 08 12:53:28 2018 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Feb 08 12:53:28 2018 +0100 |
tree | f7269c7c8bd3582cbe2589803fd634d594065da0 | |
parent | 5da8106c48af0a7293780d31837beb9921975d5d [diff] |
pyapi examples BUGFIX missing import
diff --git a/python/examples/editconfig.py b/python/examples/editconfig.py index f405156..802dc15 100755 --- a/python/examples/editconfig.py +++ b/python/examples/editconfig.py
@@ -3,6 +3,7 @@ import sys import os import getpass +import json import libyang as ly import netconf2 as nc