diff options
| author | Martin <martin.basti@gmail.com> | 2016-07-02 01:53:36 +0200 |
|---|---|---|
| committer | Martin <martin.basti@gmail.com> | 2016-07-02 01:53:36 +0200 |
| commit | 2517af69f65794c1be799cacc2d7774044381eec (patch) | |
| tree | 7c71ec9c4f6c229fd4df41b0aa11541841ca7440 /tests/test_ntoaaton.py | |
| parent | e5e227587d207c46b250af4a958dec37182674c1 (diff) | |
| download | dnspython-2517af69f65794c1be799cacc2d7774044381eec.tar.gz | |
Pylint: tests: py3: use print function
Diffstat (limited to 'tests/test_ntoaaton.py')
| -rw-r--r-- | tests/test_ntoaaton.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_ntoaaton.py b/tests/test_ntoaaton.py index 24fe345..b45689c 100644 --- a/tests/test_ntoaaton.py +++ b/tests/test_ntoaaton.py @@ -13,6 +13,8 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +from __future__ import print_function + try: import unittest2 as unittest except ImportError: |
