ajack 2003/11/19 16:38:26
Modified: python/gump/model object.py
python/gump/document forrest.py
Log:
Guess what...
Revision Changes Path
1.7 +1 -1 jakarta-gump/python/gump/model/object.py
Index: object.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/model/object.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- object.py 19 Nov 2003 23:58:27 -0000 1.6
+++ object.py 20 Nov 2003 00:38:26 -0000 1.7
@@ -194,7 +194,7 @@
pair=self.getStatePair()
# Add state, if not already there
- if not pair.stateUnset() and not pair in states: \
+ if not pair.isUnset() and not pair in states: \
states.append(pair)
return self.getSubbordinateStates(states);
1.7 +0 -1 jakarta-gump/python/gump/document/forrest.py
Index: forrest.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document/forrest.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- forrest.py 18 Nov 2003 21:49:12 -0000 1.6
+++ forrest.py 20 Nov 2003 00:38:26 -0000 1.7
@@ -1392,7 +1392,6 @@
self.documentModulesByRepository(xref, run, workspace, gumpSet)
-
def documentModulesByRepository(self,xref,run,workspace,gumpSet):
document=XDocDocument('Modules By Repository', \
self.resolver.getFile(xref,'repo_module.xml'))
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]