Changes between Initial Version and Version 1 of Ticket #71101, comment 8


Ignore:
Timestamp:
Oct 15, 2024, 12:38:43 PM (3 weeks ago)
Author:
marka63
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71101, comment 8

    initial v1  
    44It was attempting this list of imports:
    55
     6{{{
    67from __future__ import print_function
    78import os
     
    2930from dns.rdatatype import *
    3031from dns.tsig import *
     32}}}