changeset 32:9422d4ad6c2c

add interactive flag and note about it
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 22 Dec 2010 18:46:45 -0800
parents 17f46f0e0a4a
children 190f310f2f5e
files makeitso/makeitso.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):