diff options
-rw-r--r-- | ryu/services/protocols/bgp/bgp_sample_conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ryu/services/protocols/bgp/bgp_sample_conf.py b/ryu/services/protocols/bgp/bgp_sample_conf.py index f18f0f75..efdee698 100644 --- a/ryu/services/protocols/bgp/bgp_sample_conf.py +++ b/ryu/services/protocols/bgp/bgp_sample_conf.py @@ -1,3 +1,6 @@ + +from __future__ import absolute_import + import os from ryu.services.protocols.bgp.bgpspeaker import RF_VPN_V4 |