diff options
| author | Christian Hopps <chopps@labn.net> | 2021-07-21 13:33:50 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2021-09-04 09:04:46 -0400 |
| commit | c8e5983d8efa12eea0e91512802a84d46dd899e9 (patch) | |
| tree | cef541c41d4cac9e0de71f946cebb3837844896f /tests/topotests/lib/bgprib.py | |
| parent | a3cecfb608d0ca7b6f94828f7adb9d03a77250df (diff) | |
tests: fix pylint infra errors
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/lib/bgprib.py')
| -rw-r--r-- | tests/topotests/lib/bgprib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/bgprib.py b/tests/topotests/lib/bgprib.py index abab9600a1..a216e3588e 100644 --- a/tests/topotests/lib/bgprib.py +++ b/tests/topotests/lib/bgprib.py @@ -34,7 +34,7 @@ # ribRequireUnicastRoutes('r1','ipv4','','Customer routes in default',want_unicast_routes) # -from lutil import luCommand, luResult, LUtil +from lib.lutil import luCommand, luResult, LUtil import json import re |
