E&S CVS Commit: PEAK - Temporary ugly hack to make the trivial_web example work: CGIPublisher
pje at eby-sarna.com
pje at eby-sarna.com
Mon Jul 14 16:43:00 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Mon Jul 14 20:42:44 UTC 2003
Modified Files:
PEAK/examples/trivial_web: webapp.py
Log Message:
Temporary ugly hack to make the trivial_web example work: CGIPublisher
isn't registered as an IRerunnableCGI adapter until peak.web.publish is
imported, but in we don't want 'peak.web.publish' imported unless we know
we're using 'peak.web'! Probably we should work around this by instead
registering a bootstrap adapter that imports 'peak.web.publish', but I
don't want to leave trivial_web broken in the interim. :(
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/examples/trivial_web/webapp.py.diff?r1=1.2&r2=1.3
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PEAK/examples/trivial_web/webapp.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