##// END OF EJS Templates
ipmaker.py: set interact to 0 by default, in order to make -i count (and not a default). Fixes #240
Ville M. Vainio -
r1128:d3bc467a merge
parent child Browse files
Show More
@@ -210,7 +210,7 b" object? -> Details about 'object'. ?object also works, ?? prints more."
210 editor = '0',
210 editor = '0',
211 gthread = 0,
211 gthread = 0,
212 help = 0,
212 help = 0,
213 interact = 1,
213 interact = 0,
214 ipythondir = ipythondir_def,
214 ipythondir = ipythondir_def,
215 log = 0,
215 log = 0,
216 logfile = '',
216 logfile = '',
General Comments 0
You need to be logged in to leave comments. Login now