/[gnue]/gnue-appserver/src/classrep/Module.py
ViewVC logotype

Diff of /gnue-appserver/src/classrep/Module.py

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

revision 1.8 by reinhard, Sun Oct 19 22:08:04 2003 UTC revision 1.9 by jvetter, Tue Oct 21 12:26:50 2003 UTC
# Line 38  class ModuleDict (BaseDictionary): Line 38  class ModuleDict (BaseDictionary):
38    def __init__ (self, session, definition = None):    def __init__ (self, session, definition = None):
39      BaseDictionary.__init__ (self, session)      BaseDictionary.__init__ (self, session)
40      self.definition = definition      self.definition = definition
41        self.classdict  = None
42    
43      if definition:      if definition:
44        self._updateCache ([module [1] for module in definition.modules ()])        self._updateCache ([module [1] for module in definition.modules ()])

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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