E&S CVS Commit: PEAK - Fixed another issue where import of 'aModule:nested.attribute' would call
pje at eby-sarna.com
pje at eby-sarna.com
Mon Jun 17 08:10:01 EDT 2002
Module Name: PEAK
Committed By: pje
Date: Mon Jun 17 12:09:14 UTC 2002
Modified Files:
PEAK/src/peak/util: Import.py
Log Message:
Fixed another issue where import of 'aModule:nested.attribute' would call
'__import__("aModule",globals(),locals(),["nested","attribute"])' when the
last parameter should just be '["nested","attribute"]'.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/util/Import.py.diff?r1=1.8&r2=1.9
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/util/Import.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list