# HG changeset patch # User catherine@dellzilla # Date 1237816621 14400 # Node ID a645556591692ccb1a9e85a33b50041ff9ba32fe # Parent 061db156c99f57317a873e74088a1e90b6289465 synch diff -r 061db156c99f -r a64555659169 cmd2.py --- a/cmd2.py Thu Mar 19 17:34:21 2009 -0400 +++ b/cmd2.py Mon Mar 23 09:57:01 2009 -0400 @@ -880,8 +880,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')