diff options
Diffstat (limited to 'ryu/tests/unit/lib/test_ip.py')
-rw-r--r-- | ryu/tests/unit/lib/test_ip.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ryu/tests/unit/lib/test_ip.py b/ryu/tests/unit/lib/test_ip.py index 5aa74109..d9716c8a 100644 --- a/ryu/tests/unit/lib/test_ip.py +++ b/ryu/tests/unit/lib/test_ip.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import print_function + import unittest import logging import struct |