Description: Fix syntax error in jabberChat sample
Author: Olly Betts <olly@survex.com>
Bug-Debian: http://bugs.debian.org/580267
Forwarded: no
Last-Update: 2014-08-07

--- pythoncard-0.8.2.orig/samples/jabberChat/connection.py
+++ pythoncard-0.8.2/samples/jabberChat/connection.py
@@ -90,7 +90,7 @@ class JabberConnection:
             self._parent.rosterQueue.put((None, items))
             wx.WakeUpIdle()
 
-        """
+        r"""
         Exception in thread Thread-1:
         Traceback (most recent call last):
           File "C:\Python22\lib\threading.py", line 408, in __bootstrap
