Tony Cappellini wrote: > What I'd like to know, is there a way I can embed/endcode the cvs string > above in the python script, so that when that script is modified and > checked into cvs, that the cvs header string above will not be modified > by cvs?
Try using \x24 instead of $: cvs_header=''' ####################################### # # \x24Header:\x24 # # \x24Revision:\x24 # \x24Author:\x24 # \x24Date:\x24 # Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
