Skip to content

Commit 2ba6861

Browse files
committed
Use print function
- Legacy-Id: 16316
1 parent e39ac52 commit 2ba6861

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright The IETF Trust 2012-2019, All Rights Reserved
12
import re
23
from tzparse import tzparse
34
from datetime import datetime as Datetime
@@ -66,5 +67,5 @@ def parse(logfile):
6667
elif entry:
6768
entry.logentry += line
6869
else:
69-
print "Unexpected line: '%s'" % line
70+
print("Unexpected line: '%s'" % line)
7071
return entries

0 commit comments

Comments
 (0)