commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/reports/src/adapters/filters/Standard/_bas...


From: Jason Cater
Subject: gnue/reports/src/adapters/filters/Standard/_bas...
Date: Tue, 04 Mar 2003 10:39:22 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/03/04 10:39:21

Modified files:
        reports/src/adapters/filters/Standard/_base/Objects: Section.py 
Added files:
        reports/src/adapters/filters/Standard/_base/Objects: 
                                                             
FormattableObject.py 
        reports/src/adapters/filters/Standard/_base/styles: __init__.py 
        reports/src/adapters/filters/Standard/_base/styles/Objects: 
                                                                    __init__.py 

Log message:
        cleaning up structure

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/adapters/filters/Standard/_base/Objects/FormattableObject.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/adapters/filters/Standard/_base/Objects/Section.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/adapters/filters/Standard/_base/styles/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/adapters/filters/Standard/_base/styles/Objects/__init__.py?rev=1.1

Patches:
Index: gnue/reports/src/adapters/filters/Standard/_base/Objects/Section.py
diff -c gnue/reports/src/adapters/filters/Standard/_base/Objects/Section.py:1.2 
gnue/reports/src/adapters/filters/Standard/_base/Objects/Section.py:1.3
*** gnue/reports/src/adapters/filters/Standard/_base/Objects/Section.py:1.2     
Mon Feb 17 02:32:54 2003
--- gnue/reports/src/adapters/filters/Standard/_base/Objects/Section.py Tue Mar 
 4 10:39:21 2003
***************
*** 36,42 ****
    pass
  
  
! # Used by GParser to get 
  class SectionPlexor(ParserMultiplexor): 
    def getClass(self): 
      return SectionPlexMap.get(self.mode,Section)
--- 36,42 ----
    pass
  
  
! # Used by GParser to get the correct Section type
  class SectionPlexor(ParserMultiplexor): 
    def getClass(self): 
      return SectionPlexMap.get(self.mode,Section)
***************
*** 46,49 ****
  SectionPlexMap = { 
    'freeflow': Section, 
   }
!   
\ No newline at end of file
--- 46,49 ----
  SectionPlexMap = { 
    'freeflow': Section, 
   }
!   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]