a991fed7e4
This reverts commit a67ed2858417b9d795460f05126c01fb0cd344f9. The commit breaks OpenStack neutron dynamic routing.
7 lines
250 B
Python
7 lines
250 B
Python
from __future__ import absolute_import
|
|
|
|
# Note: The following import statement is defined in order to resolve
|
|
# the conflict of the module names between 'ryu.lib.ovs' and 'ovs'.
|
|
# The latter is the official Python package of Open vSwitch.
|
|
import ovs
|