/[gnue]/gnue-reports/src/adapters/filters/Universal/Base/Objects/Section.py
ViewVC logotype

Diff of /gnue-reports/src/adapters/filters/Universal/Base/Objects/Section.py

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

revision 1.5 by jcater, Tue May 13 18:58:25 2003 UTC revision 1.6 by siesel, Tue Nov 18 21:11:58 2003 UTC
# Line 28  Line 28 
28  # NOTES:  # NOTES:
29  #  #
30    
31  __all__ = ['Section','SectionPlexor']  #__all__ = ['Section','SectionPlexor']
32    
33  from ContainerObj import ContainerObj  from ContainerObj import ContainerObj
34  from gnue.common.definitions.GParserHelpers import ParserMultiplexor  #from gnue.common.definitions.GParserHelpers import ParserMultiplexor
35    
36  class Section(ContainerObj):  class Section(ContainerObj):
37    pass    pass
38    
39    
40  # Used by GParser to get the correct Section type  # Used by GParser to get the correct Section type
41  class SectionPlexor(ParserMultiplexor):  #class SectionPlexor(ParserMultiplexor):
42    def getClass(self):  #  def getClass(self):
43      return SectionPlexMap.get(self.mode,Section)  #    return SectionPlexMap.get(self.mode,Section)
44    
45    
46    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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