diff src/tmp/wokkel/pubsub.py @ 1424:2d8fccec84e8

core (tests): test fixes
author Goffi <goffi@goffi.org>
date Thu, 23 Apr 2015 14:19:43 +0200
parents be1fccf4854d
children 2e43eb9d8167
line wrap: on
line diff
--- a/src/tmp/wokkel/pubsub.py	Thu Apr 23 13:35:21 2015 +0200
+++ b/src/tmp/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)