diff --git a/twander.py b/twander.py index 7987266..7185b34 100755 --- a/twander.py +++ b/twander.py @@ -6,7 +6,7 @@ # Program Information PROGNAME = "twander" -RCSID = "$Id: twander.py,v 3.168 2005/01/25 00:57:17 tundra Exp $" +RCSID = "$Id: twander.py,v 3.169 2005/01/25 03:37:22 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -962,11 +962,12 @@ global CONF, UI, ConditionalStack # Cleanout any old configuration data - UI.CmdTable = {} - UI.Commands = [] - UI.DirSCKeys = ["", "", "", "", "", "", - "", "", "", "", "", ""] - UI.SymTable = {} + UI.CmdTable = {} + UI.Commands = [] + UI.ConfigVisited = [] + UI.DirSCKeys = ["", "", "", "", "", "", + "", "", "", "", "", ""] + UI.SymTable = {} # Initialize internal parsing data structures