pyximport debug output fix
authorStefan Behnel <scoder@users.berlios.de>
Fri, 8 Apr 2011 23:00:03 +0000 (01:00 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 8 Apr 2011 23:00:03 +0000 (01:00 +0200)
pyximport/pyximport.py

index ac509a46ec6cc5535c90cd80578d205c0ca4298f..430dfff26dd0d3163a541d9de03a1c74067908fa 100644 (file)
@@ -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: