E&S CVS Commit: PEAK - Get rid of the whole imported/exported variables nonsense in n2-sql.
tsarna at eby-sarna.com
tsarna at eby-sarna.com
Thu Dec 16 19:09:00 EST 2004
Module Name: PEAK
Committed By: tsarna
Date: Fri Dec 17 00:08:52 UTC 2004
Modified Files:
PEAK/src/peak: peak.ini
PEAK/src/peak/tools/n2: main.py sql.py
Log Message:
Get rid of the whole imported/exported variables nonsense in n2-sql.
Now all variables are in the python interactor's namespace, just like in
the n2-ns interactor. However, you can set defaults as properties in the
'peak.n2' namespace. The variable for the n2-sql prompt has been changed
from 'prompt' to 'sql.prompt'
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.156&r2=1.157
http://cvs.eby-sarna.com/PEAK/src/peak/tools/n2/main.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/tools/n2/sql.py.diff?r1=1.28&r2=1.29
To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 PEAK/src/peak/peak.ini
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/tools/n2/main.py
cvs rdiff -r1.28 -r1.29 PEAK/src/peak/tools/n2/sql.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