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

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

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

revision 1.37 by reinhard, Wed Sep 10 20:31:39 2003 UTC revision 1.38 by jvetter, Thu Sep 18 15:14:10 2003 UTC
# Line 168  class geasSession: Line 168  class geasSession:
168    # ---------------------------------------------------------------------------    # ---------------------------------------------------------------------------
169    
170    def load (self, classname, obj_id_list, propertylist):    def load (self, classname, obj_id_list, propertylist):
171      list = self._createList (self, classname, ["gnue_id"] + propertylist, [])      list = self._createList (classname, ["gnue_id"] + propertylist, [])
172      result = []      result = []
173      for object_id in obj_id_list:      for object_id in obj_id_list:
174        instance = list.find (object_id)        instance = list.find (object_id)

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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