diff --git a/scripts/changelog_head.py b/scripts/changelog_head.py index c7c1c0aea..dfe54b466 100755 --- a/scripts/changelog_head.py +++ b/scripts/changelog_head.py @@ -15,4 +15,4 @@ for line in sys.stdin: break found_first_header = True elif not re.match(r"^=+$", line) and len(line) > 0: - print line + print(line)