# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1237816952 14400 # Node ID caa475678e248caa03774803140ae835afa7aece # Parent 68b444aeaf8bbdff2889067b67c6321292ecf887 synch to dellzilla diff -r 68b444aeaf8b -r caa475678e24 cmd2.py --- a/cmd2.py Mon Mar 23 08:32:03 2009 -0400 +++ b/cmd2.py Mon Mar 23 10:02:32 2009 -0400 @@ -889,8 +889,7 @@ """Runs script of command(s) from a file or URL.""" if fname is None: fname = self.default_file_name - #keepstate = Statekeeper(self, ('stdin','use_rawinput','prompt','continuation_prompt')) - keepstate = Statekeeper(self, ('stdin','use_rawinput','continuation_prompt')) + keepstate = Statekeeper(self, ('stdin','use_rawinput','prompt','continuation_prompt')) try: if isinstance(fname, file): target = open(fname, 'r')