Fix bug in StreamedId proxy

- Legacy-Id: 3708
This commit is contained in:
Ole Laursen 2011-11-25 13:29:07 +00:00
parent a8e219e16a
commit 13cec30f07

View file

@ -13,7 +13,7 @@ def get_streamed_draft(draft):
o.draft = draft
o.stream = super(InternetDraft, draft).stream
o.group = draft.group
o.get_group = lambda x: draft.group
o.get_group = lambda: draft.group
return o
if not draft: