mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-17 00:08:53 -04:00
[v9_9] minor python3 portability fix
This commit is contained in:
parent
c5b280c686
commit
eb984e5339
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ def vspace():
|
|||
if _firstline:
|
||||
_firstline = False
|
||||
else:
|
||||
print
|
||||
print()
|
||||
|
||||
############################################################################
|
||||
# vreset:
|
||||
|
|
|
|||
Loading…
Reference in a new issue