diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-11-03 08:54:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 08:54:09 -0400 |
| commit | d7cde18c63c4eef83e12f562aa025cf1dbeaee05 (patch) | |
| tree | 591e68540bb026cfe9f212a69c150bfcfa8bbf36 /python/clippy/__init__.py | |
| parent | 70f29b9f7bf157cd439518cba0ecd52efcf22429 (diff) | |
| parent | 6c7bc49428b594e0747af9813b4c510bd2817f4e (diff) | |
Merge pull request #12196 from opensourcerouting/xref-vtysh
*: rewrite `extract.pl` using `xref` infra
Diffstat (limited to 'python/clippy/__init__.py')
| -rw-r--r-- | python/clippy/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/clippy/__init__.py b/python/clippy/__init__.py index 281e2bb3c6..7c73598e5d 100644 --- a/python/clippy/__init__.py +++ b/python/clippy/__init__.py @@ -36,7 +36,10 @@ from _clippy import ( ) -frr_top_src = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) +frr_top_src = os.path.dirname( + os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +) + def graph_iterate(graph): """iterator yielding all nodes of a graph |
