# HG changeset patch # User Jeff Hammel # Date 1293072405 28800 # Node ID 9422d4ad6c2c9eda4a2d42e41ba9e16c8e79244e # Parent 17f46f0e0a4a7ca7d606a9287d016b38af352b85 add interactive flag and note about it diff -r 17f46f0e0a4a -r 9422d4ad6c2c makeitso/makeitso.py --- a/makeitso/makeitso.py Wed Dec 22 15:27:13 2010 -0800 +++ b/makeitso/makeitso.py Wed Dec 22 18:46:45 2010 -0800 @@ -98,7 +98,8 @@ class URITemplate(tempita.Template): - def __init__(self): + def __init__(self, interactive=True): + # TODO: automagically tell if the program is interactive or not raise NotImplementedError class DirectoryTemplate(tempita.Template):