Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/patches/pygobject-pylint.patch
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-05-25 10:33:05 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-05-25 10:33:05 (GMT)
commited2af8043b83bc8f04bf72217cc01a2984c08a92 (patch)
tree7f5a314cb3ba17f7e3d9f2736f92110d1a5dfd04 /config/modulesets/patches/pygobject-pylint.patch
parentcec67c2558a0e081af8e46f5c7c4a0fd6c990342 (diff)
Update to latest upstream pygobject
Diffstat (limited to 'config/modulesets/patches/pygobject-pylint.patch')
-rw-r--r--config/modulesets/patches/pygobject-pylint.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/modulesets/patches/pygobject-pylint.patch b/config/modulesets/patches/pygobject-pylint.patch
deleted file mode 100644
index 8e4ff97..0000000
--- a/config/modulesets/patches/pygobject-pylint.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: gobject/gobjectmodule.c
-===================================================================
---- gobject/gobjectmodule.c (revision 776)
-+++ gobject/gobjectmodule.c (working copy)
-@@ -3611,7 +3611,10 @@
- return;
- descr = PyObject_New(PyObject, &PyGPropsDescr_Type);
- PyDict_SetItemString(PyGObject_Type.tp_dict, "props", descr);
--
-+ PyDict_SetItemString(PyGObject_Type.tp_dict, "__module__",
-+ o=PyString_FromString("gobject._gobject"));
-+ Py_DECREF(o);
-+
- REGISTER_GTYPE(d, PyGInterface_Type, "GInterface", G_TYPE_INTERFACE);
- PyDict_SetItemString(PyGInterface_Type.tp_dict, "__doc__",
- pyg_object_descr_doc_get());