Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/giscanner/giscannermodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/giscannermodule.c')
-rw-r--r--giscanner/giscannermodule.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c
index 7d75f55..26f28cb 100644
--- a/giscanner/giscannermodule.c
+++ b/giscanner/giscannermodule.c
@@ -532,6 +532,9 @@ static int calc_attrs_length(PyObject *attributes, int indent,
return attr_length + indent + self_indent;
}
+/* Hall of shame, wasted time debugging the code below
+ * 20min - Johan 2009-02-19
+ */
static PyObject *
pygi_collect_attributes (PyObject *self,
PyObject *args)