Skip to content

Commit 15a576b

Browse files
committed
Add initial _author_info. See ietf-tools#626
- Legacy-Id: 2899
1 parent 2a93940 commit 15a576b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/utils/draft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def __init__(self, text):
131131
self.filename, self.revision = self._parse_draftname()
132132

133133
self._authors = None
134+
self._author_info = None
134135
self._abstract = None
135136
self._pagecount = None
136137
self._status = None

0 commit comments

Comments
 (0)