Skip to content

Commit

Permalink
Strip remaining knowledge of specific deliverables from the boilerpla…
Browse files Browse the repository at this point in the history
…te script.
  • Loading branch information
hober committed Nov 27, 2012
1 parent a0d090d commit d2429d3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions boilerplate.py
Expand Up @@ -105,13 +105,3 @@ def process_fixup(content):
content = re.compile('^<!--PUB-N-->', re.M).sub('', content) content = re.compile('^<!--PUB-N-->', re.M).sub('', content)


stdout.write(content) stdout.write(content)

if __name__ == '__main__':
if len(sys.argv)>1 and sys.argv[1] == '2dcontext':
select = '2dcontext'
elif len(sys.argv)>1 and sys.argv[1] == 'microdata':
select = 'microdata'
else:
select = 'w3c-html'

main(sys.stdin, sys.stdout, select)

0 comments on commit d2429d3

Please sign in to comment.