~ubuntu-branches/ubuntu/natty/dds/natty

« back to all changes in this revision

Viewing changes to debian/patches/pydds-initstart

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2007-06-19 14:05:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070619140501-wus87at9m59vfp2v
Tags: 1.1.5+ddd105-2
* Include patch by upstream that removes debugging code.
* The C compatibility patch went upstream, thanks Bo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: trunk/python/pydds.c
 
2
===================================================================
 
3
--- trunk.orig/python/pydds.c   2007-01-19 00:19:50.261028840 +0100
 
4
+++ trunk/python/pydds.c        2007-01-19 00:45:21.132301032 +0100
 
5
@@ -332,5 +332,7 @@ initpydds(void)
 
6
     PyType_Ready(&deal_type);
 
7
 
 
8
     PyObject_SetAttrString(m, "deal", (PyObject*)&deal_type);
 
9
+
 
10
+    InitStart();
 
11
 }
 
12