/[gnue]/gnue-appserver/src/frontend.py
ViewVC logotype

Diff of /gnue-appserver/src/frontend.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by reinhard, Mon Jul 28 21:25:01 2003 UTC revision 1.14 by reinhard, Tue Aug 12 17:04:52 2003 UTC
# Line 175  class application (GClientApp.GClientApp Line 175  class application (GClientApp.GClientApp
175      # now, we have all object_ids and we can use "load" to get the data      # now, we have all object_ids and we can use "load" to get the data
176      rset = self.server.load (self.session, self.classname, object_ids,      rset = self.server.load (self.session, self.classname, object_ids,
177                               propertylist)                               propertylist)
178        print rset
179      for index in range (0, count):      for index in range (0, count):
180        object = rset [index]        object = rset [index]
181        print "* Object number %d with id %s:" % (start + index,        print "* Object number %d with id %s:" % (start + index,

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26