IWASE Yusuke
2017-07-10 01:08:49 UTC
Signed-off-by: IWASE Yusuke <***@gmail.com>
---
ryu/services/protocols/bgp/bgp_sample_conf.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ryu/services/protocols/bgp/bgp_sample_conf.py b/ryu/services/protocols/bgp/bgp_sample_conf.py
index f18f0f7..efdee69 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
---
ryu/services/protocols/bgp/bgp_sample_conf.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ryu/services/protocols/bgp/bgp_sample_conf.py b/ryu/services/protocols/bgp/bgp_sample_conf.py
index f18f0f7..efdee69 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
--
2.7.4
2.7.4