File: fix-jabberchat-syntax-error.patch

package info (click to toggle)
pythoncard 0.8.2-5
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 9,364 kB
  • ctags: 6,988
  • sloc: python: 56,804; makefile: 60; sh: 22
file content (17 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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