[Paste] Inserting literal ${foo} in a template

2006-12-01 Thread Alberto Valverde
Hi, I'm using paste.script to generate a project's structure using templates. I need to insert a literal ${foo} in a template, however, paste.script interprets this as one of it's place holders and barfs because the variable doesn't exist. I've tried escaping the $ and the curly braces wit

Re: [Paste] Inserting literal ${foo} in a template

2006-12-01 Thread Ian Bicking
Alberto Valverde wrote: > Hi, > > I'm using paste.script to generate a project's structure using > templates. I need to insert a literal ${foo} in a template, however, > paste.script interprets this as one of it's place holders and barfs > because the variable doesn't exist. I've tried escap