summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r--Mac/Python/macglue.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index 98517e1..2dc6cfa 100644
--- a/Mac/Python/macglue.c
+++ b/Mac/Python/macglue.c
@@ -830,6 +830,9 @@ char *filename;
} else {
m = NULL;
}
+ if (Py_VerboseFlag)
+ fprintf(stderr, "import %s # pyc resource from %s\n",
+ module, filename);
return m;
error:
{