Author: jcater
Date: 2006-04-05 18:00:53 -0500 (Wed, 05 Apr 2006)
New Revision: 8381
Modified:
trunk/gnue-designer/src/base/TemplateBase.py
Log:
Input given to wizards/templates should not persist between runs now
Issue43 testing
Modified: trunk/gnue-designer/src/base/TemplateBase.py
===================================================================
--- trunk/gnue-designer/src/base/TemplateBase.py 2006-04-05 22:48:40 UTC
(rev 8380)
+++ trunk/gnue-designer/src/base/TemplateBase.py 2006-04-05 23:00:53 UTC
(rev 8381)
@@ -83,9 +83,6 @@
# The first step in our wizard
FIRST_STEP = '0'
- # Stores all the variables
- # entered by the wizard user.
- variables = {}
def Start(self, object, current={}):
return 0
@@ -224,6 +221,8 @@
self._connections = parser.document.app.connections
self.__cachedConnections = {}
self.__cachedSources = {}
+
+ self.variables = {}
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue