Skip to content

Commit

Permalink
test_addrconv: Fix a way to import the tested module
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: FUJITA Tomonori <[email protected]>
  • Loading branch information
yamt authored and fujita committed Oct 14, 2014
1 parent 2d52d19 commit 00d736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ryu/tests/unit/lib/test_addrconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import unittest
from nose.tools import eq_

import addrconv
from ryu.lib import addrconv


class Test_addrconv(unittest.TestCase):
Expand Down

0 comments on commit 00d736a

Please sign in to comment.