Changes between Initial Version and Version 1 of Ticket #71101, comment 8
- Timestamp:
- Oct 15, 2024, 12:38:43 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71101, comment 8
initial v1 4 4 It was attempting this list of imports: 5 5 6 {{{ 6 7 from __future__ import print_function 7 8 import os … … 29 30 from dns.rdatatype import * 30 31 from dns.tsig import * 32 }}}