comparison makeitso/file2template.py @ 182:215a71ac0eff

TODO
author Jeff Hammel <k0scist@gmail.com>
date Sun, 23 Mar 2014 11:53:11 -0700
parents 7ac8571788e2
children 55b34a5a2e5f
comparison
equal deleted inserted replaced
181:7ac8571788e2 182:215a71ac0eff
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 """ 4 """
5 convert a file to a template 5 convert a file to a template
6 """ 6 """
7 7 # TODO: shell script extension
8 8
9 import os 9 import os
10 import subprocess 10 import subprocess
11 import sys 11 import sys
12 from argparse import ArgumentParser 12 from argparse import ArgumentParser