mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-09 22:36:10 +02:00
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:
parent
2d52d1922b
commit
00d736a8c3
@ -17,7 +17,7 @@
|
||||
import unittest
|
||||
from nose.tools import eq_
|
||||
|
||||
import addrconv
|
||||
from ryu.lib import addrconv
|
||||
|
||||
|
||||
class Test_addrconv(unittest.TestCase):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user