E&S CVS Commit: PEAK - Fix up some imports
tsarna at eby-sarna.com
tsarna at eby-sarna.com
Fri Jun 14 21:45:01 EDT 2002
Module Name: PEAK
Committed By: tsarna
Date: Sat Jun 15 01:44:16 UTC 2002
Modified Files:
PEAK/src/peak/naming: __init__.py names.py
Log Message:
Fix up some imports
XXX: names can't import exceptions, since that gets the global
exceptions module. Trying to import peak.naming.exceptions doesn't seem
to work because that imports naming.__init__ which imports names.py. Hrm...
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/naming/__init__.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.5&r2=1.6
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/naming/__init__.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/naming/names.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