projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538ae90
)
pyximport debug output fix
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 8 Apr 2011 23:00:03 +0000
(
01:00
+0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 8 Apr 2011 23:00:03 +0000
(
01:00
+0200)
pyximport/pyximport.py
patch
|
blob
|
history
diff --git
a/pyximport/pyximport.py
b/pyximport/pyximport.py
index ac509a46ec6cc5535c90cd80578d205c0ca4298f..430dfff26dd0d3163a541d9de03a1c74067908fa 100644
(file)
--- a/
pyximport/pyximport.py
+++ b/
pyximport/pyximport.py
@@
-269,7
+269,7
@@
class PyImporter(PyxImporter):
# prevent infinite recursion
return None
if DEBUG_IMPORT:
- print("trying import of module
",
fullname)
+ print("trying import of module
'%s'" %
fullname)
if fullname in self.uncompilable_modules:
path, last_modified = self.uncompilable_modules[fullname]
try: