Mercurial > sat_tmp
diff wokkel/pubsub.py @ 8:a07bf3fb4b54
core (tests): test fixes
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 23 Apr 2015 14:19:43 +0200 |
parents | dc3a3f454f39 |
children | 22f0cb2fa793 |
line wrap: on
line diff
--- a/wokkel/pubsub.py Thu Apr 23 13:35:21 2015 +0200 +++ b/wokkel/pubsub.py Thu Apr 23 14:19:43 2015 +0200 @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # -*- test-case-name: wokkel.test.test_pubsub -*- # # SàT adaptation for wokkel.pubsub @@ -1256,7 +1257,7 @@ if request is None: return defer.succeed(None) - # Process the request itself, + # Process the request itself, if resource is not self: try: handler = getattr(resource, request.verb)