2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

4370. [bug] Address python3 compatibility issues with RNDC module.

[RT #42499]
This commit is contained in:
Mark Andrews
2016-05-25 11:48:52 +10:00
parent 3ba1f79ade
commit 9dede25430
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,6 @@
############################################################################
from collections import OrderedDict
from exceptions import TypeError
import time
import struct
import hashlib