diff options
| author | Martin <martin.basti@gmail.com> | 2016-07-02 01:46:33 +0200 |
|---|---|---|
| committer | Martin <martin.basti@gmail.com> | 2016-07-02 01:46:33 +0200 |
| commit | e5e227587d207c46b250af4a958dec37182674c1 (patch) | |
| tree | 8f719dc05e9e304dab43d002107a787a301c9690 /tests/test_generate.py | |
| parent | bfd617538f4c7403965b441172c33137f8884ac6 (diff) | |
| download | dnspython-e5e227587d207c46b250af4a958dec37182674c1.tar.gz | |
Pylint: tests: remove unused imports
Diffstat (limited to 'tests/test_generate.py')
| -rw-r--r-- | tests/test_generate.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_generate.py b/tests/test_generate.py index a723053..cbd2254 100644 --- a/tests/test_generate.py +++ b/tests/test_generate.py @@ -16,8 +16,6 @@ import sys sys.path.insert(0, '../') # Force the local project to be *the* dns -import filecmp -import os try: import unittest2 as unittest except ImportError: @@ -36,7 +34,6 @@ import pprint pp = pprint.PrettyPrinter(indent=2) -import pdb example_text = """$TTL 1h $ORIGIN 0.0.192.IN-ADDR.ARPA. $GENERATE 1-2 0 CNAME SERVER$.EXAMPLE. |
