diff options
| author | Bob Halley <halley@dnspython.org> | 2020-07-18 13:07:04 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-07-20 13:41:22 -0700 |
| commit | 7d81222f3e7f169333c9e88611cf1dedb12828be (patch) | |
| tree | 8cb8acd06467e474be184483688ed3e61a2e117e /tests/test_message.py | |
| parent | a7604f891512ca99141c2068a4c57af45db62880 (diff) | |
| download | dnspython-comments.tar.gz | |
a way of doing commentscomments
Diffstat (limited to 'tests/test_message.py')
| -rw-r--r-- | tests/test_message.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_message.py b/tests/test_message.py index 4eb48d3..e64578b 100644 --- a/tests/test_message.py +++ b/tests/test_message.py @@ -29,8 +29,7 @@ import dns.rdatatype import dns.rrset import dns.update -def here(filename): - return os.path.join(os.path.dirname(__file__), filename) +from tests.util import here query_text = """id 1234 opcode QUERY |
