Scripts placed on scripts directory
[vsorcdistro/.git] / ryu / ryu / tests / unit / __init__.py
1 from __future__ import absolute_import
2
3 # Note: The following import statement is defined in order to resolve
4 # the conflict of the module names between 'ryu.lib.ovs' and 'ovs'.
5 # The latter is the official Python package of Open vSwitch.
6 import ovs