projects
/
zonemaker.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tune RR formatting
[zonemaker.git]
/
zone-maker
diff --git
a/zone-maker
b/zone-maker
index 2d52a789ed4b7148ac6298b7c4aaabc1b4616519..57f8afe3470c4bdf169d18168d295bf6d4c41b78 100755
(executable)
--- a/
zone-maker
+++ b/
zone-maker
@@
-15,7
+15,7
@@
def make_zone(filename: str) -> None:
zonefile = load_module(os.path.basename(filename), filename)
zones = zonefile.__zones__ # type: Sequence[Zone]
for zone in zones:
- zone.write(
sys.stdout
)
+ zone.write()
if __name__ == "__main__":
for name in sys.argv[1:]: