diff options
Diffstat (limited to 'test/scenario_test/bgp_unnumbered_test.py')
-rw-r--r-- | test/scenario_test/bgp_unnumbered_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scenario_test/bgp_unnumbered_test.py b/test/scenario_test/bgp_unnumbered_test.py index a77e6a5b..3971c269 100644 --- a/test/scenario_test/bgp_unnumbered_test.py +++ b/test/scenario_test/bgp_unnumbered_test.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import absolute_import + import unittest from fabric.api import local from lib import base |