diff options
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 |
