deb-ryu/ryu/tests/unit/__init__.py
FUJITA Tomonori a991fed7e4 Revert "tests: Separate test files from Ryu module"
This reverts commit a67ed2858417b9d795460f05126c01fb0cd344f9.

The commit breaks OpenStack neutron dynamic routing.
2017-06-30 14:23:03 +09:00

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