SOURCES: python-pyorbited-orbited03.patch (NEW) - use proper protocol
patrys
patrys at pld-linux.org
Wed Jan 30 22:08:16 CET 2008
Author: patrys Date: Wed Jan 30 21:08:16 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use proper protocol
---- Files affected:
SOURCES:
python-pyorbited-orbited03.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-pyorbited-orbited03.patch
diff -u /dev/null SOURCES/python-pyorbited-orbited03.patch:1.1
--- /dev/null Wed Jan 30 22:08:16 2008
+++ SOURCES/python-pyorbited-orbited03.patch Wed Jan 30 22:08:11 2008
@@ -0,0 +1,11 @@
+--- pyorbited-0.1.1/pyorbited/event.py~ 2007-06-27 21:39:50.000000000 +0200
++++ pyorbited-0.1.1/pyorbited/event.py 2008-01-30 21:38:42.686324197 +0100
+@@ -78,7 +78,7 @@
+
+
+ def render(self, connection):
+- out = "Orbit 1.0\r\nEvent\r\nid: %s\r\n" % self.id
++ out = "Orbit/1.0\r\nEvent\r\nid: %s\r\n" % self.id
+ for recipient in self.requests[connection.id]:
+ out += "recipient: %s\r\n" % recipient
+ out += "length: %s\r\n\r\n" % len(self.data)
================================================================
More information about the pld-cvs-commit
mailing list