Author: johannes
Date: 2005-06-22 12:34:59 -0500 (Wed, 22 Jun 2005)
New Revision: 7643
Modified:
trunk/gnue-common/src/apps/GImportLogger.py
Log:
Readded debug-print
Modified: trunk/gnue-common/src/apps/GImportLogger.py
===================================================================
--- trunk/gnue-common/src/apps/GImportLogger.py 2005-06-22 15:10:00 UTC (rev
7642)
+++ trunk/gnue-common/src/apps/GImportLogger.py 2005-06-22 17:34:59 UTC (rev
7643)
@@ -35,6 +35,7 @@
def load_module(self, name, stuff):
global _import_indent
+ print "." * _import_indent + "Importing %s..." % name
_import_indent += 1
module = ihooks.ModuleLoader.load_module(self, name, stuff)
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue