Log message for revision 40763:
  Provide better info in the traceback if an import error occurs.
  

Changed:
  U   CMF/trunk/GenericSetup/utils.py

-=-
Modified: CMF/trunk/GenericSetup/utils.py
===================================================================
--- CMF/trunk/GenericSetup/utils.py     2005-12-13 07:30:22 UTC (rev 40762)
+++ CMF/trunk/GenericSetup/utils.py     2005-12-13 16:01:06 UTC (rev 40763)
@@ -66,6 +66,8 @@
 
 def _resolveDottedName( dotted ):
 
+    __traceback_info__ = dotted
+
     parts = dotted.split( '.' )
 
     if not parts:

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to