diff options
| author | Janus <ysangkok@gmail.com> | 2018-07-23 16:11:00 +0200 |
|---|---|---|
| committer | Janus <ysangkok@gmail.com> | 2018-07-31 20:10:52 +0200 |
| commit | 5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599 (patch) | |
| tree | e4510f90a598e484e57314dc04217259ef34a690 /tests/test_rrset.py | |
| parent | 2e6e81852b63eb64b68a08a27cc6e440819b6b58 (diff) | |
| download | dnspython-5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599.tar.gz | |
Initial type signatures
Diffstat (limited to 'tests/test_rrset.py')
| -rw-r--r-- | tests/test_rrset.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_rrset.py b/tests/test_rrset.py index 663a52e..2bf4c09 100644 --- a/tests/test_rrset.py +++ b/tests/test_rrset.py @@ -13,10 +13,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -try: - import unittest2 as unittest -except ImportError: - import unittest +import unittest import dns.rrset |
