Disable (broken) scripting for interactive commands.

This commit is contained in:
Bob Lantz
2010-08-20 08:48:10 -07:00
parent cc960215fc
commit 5c24e18639
+2 -1
View File
@@ -328,7 +328,8 @@ class CLI( Cmd ):
while True:
try:
bothPoller.poll()
if self.inputFile:
# XXX BL: this doesn't quite do what we want.
if False and self.inputFile:
key = self.inputFile.read( 1 )
if key is not '':
node.write(key)