Mercurial > sat_tmp
changeset 25:4816f7d55367
tmp (wokkel.rsm): fixed forgotten method renaming
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 07 Jan 2016 22:48:49 +0100 |
parents | 0640d72d6841 |
children | e5dfb97424d5 |
files | wokkel/rsm.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wokkel/rsm.py Tue Jan 05 23:20:22 2016 +0100 +++ b/wokkel/rsm.py Thu Jan 07 22:48:49 2016 +0100 @@ -390,7 +390,7 @@ items.append(element) try: - rsm_response = RSMResponse.parse(pubsub_elt) + rsm_response = RSMResponse.fromElement(pubsub_elt) except RSMNotFoundError: rsm_response = None return (items, rsm_response)