test_addrconv: Fix a way to import the tested module

I'm not quite sure how it happens to work with the current
test environment.  But the current coding doesn't work when
running via testr probably due to different PYTHONPATH.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2014-10-14 10:34:57 +09:00 committed by FUJITA Tomonori
parent 2d52d1922b
commit 00d736a8c3

View File

@ -17,7 +17,7 @@
import unittest
from nose.tools import eq_
import addrconv
from ryu.lib import addrconv
class Test_addrconv(unittest.TestCase):