commit-gnue
[Top][All Lists]
Advanced

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

gnue/reports/adapters/filters/merge_psfax Adapt...


From: Jason Cater
Subject: gnue/reports/adapters/filters/merge_psfax Adapt...
Date: Wed, 09 Oct 2002 21:55:06 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/10/09 21:55:06

Modified files:
        reports/adapters/filters/merge_psfax: Adapter.py 

Log message:
        fixed commenting issue

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/adapters/filters/merge_psfax/Adapter.py.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/reports/adapters/filters/merge_psfax/Adapter.py
diff -c gnue/reports/adapters/filters/merge_psfax/Adapter.py:1.1 
gnue/reports/adapters/filters/merge_psfax/Adapter.py:1.2
*** gnue/reports/adapters/filters/merge_psfax/Adapter.py:1.1    Tue Oct  8 
17:50:42 2002
--- gnue/reports/adapters/filters/merge_psfax/Adapter.py        Wed Oct  9 
21:55:06 2002
***************
*** 46,55 ****
          + r"()\Z"
  
    # Comments...
!   COMMENTABLE = 1        # Does this output format support comments?
!   COMMENT_BEGIN = "<!-- ** "  # The beginning of a comment
!   COMMENT_END = "-->\n"     # The ending of a comment
!   MULTILINE_COMMENTS = 1 # Are these multiline comments?
  
    MIMETYPE = 'application/postscript'  # ????
  
--- 46,52 ----
          + r"()\Z"
  
    # Comments...
!   COMMENTABLE = 0        # Does this output format support comments?
  
    MIMETYPE = 'application/postscript'  # ????
  
***************
*** 108,111 ****
      self._tmpouthandle = open(self._tmpoutfile,"w")
      self.output = self._tmpouthandle
  
!  
\ No newline at end of file
--- 105,108 ----
      self._tmpouthandle = open(self._tmpoutfile,"w")
      self.output = self._tmpouthandle
  
!  




reply via email to

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