mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 13:30:01 -04:00
[v9_10] minor python3 portability fix
This commit is contained in:
parent
cc76e065c1
commit
65d341e68b
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