utils/cvs_check.py
changeset 494 54257447cfe9
parent 225 1f58b00cf30e
equal deleted inserted replaced
493:89dbc0b19ede 494:54257447cfe9
     1 #!/bin/env python
     1 #!/bin/env python
     2 ###############################################################################
     2 #copyright ReportLab Inc. 2000
     3 #
     3 #see license.txt for license details
     4 #	ReportLab Public License Version 1.0
     4 #history http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/utils/cvs_check.py?cvsroot=reportlab
     5 #
     5 #$Header: /tmp/reportlab/utils/cvs_check.py,v 1.7 2000/10/25 08:57:46 rgbecker Exp $
     6 #   Except for the change of names the spirit and intention of this
     6 __version__=''' $Id: cvs_check.py,v 1.7 2000/10/25 08:57:46 rgbecker Exp $ '''
     7 #   license is the same as that of Python
       
     8 #
       
     9 #	(C) Copyright ReportLab Inc. 1998-2000.
       
    10 #
       
    11 #
       
    12 # All Rights Reserved
       
    13 #
       
    14 # Permission to use, copy, modify, and distribute this software and its
       
    15 # documentation for any purpose and without fee is hereby granted, provided
       
    16 # that the above copyright notice appear in all copies and that both that
       
    17 # copyright notice and this permission notice appear in supporting
       
    18 # documentation, and that the name of ReportLab not be used
       
    19 # in advertising or publicity pertaining to distribution of the software
       
    20 # without specific, written prior permission. 
       
    21 # 
       
    22 #
       
    23 # Disclaimer
       
    24 #
       
    25 # ReportLab Inc. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
       
    26 # SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
       
    27 # IN NO EVENT SHALL ReportLab BE LIABLE FOR ANY SPECIAL, INDIRECT
       
    28 # OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
       
    29 # OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
       
    30 # OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
       
    31 # PERFORMANCE OF THIS SOFTWARE. 
       
    32 #
       
    33 ###############################################################################
       
    34 #	$Log: cvs_check.py,v $
       
    35 #	Revision 1.6  2000/05/17 15:39:10  rgbecker
       
    36 #	Changes related to removal of SimpleFlowDocument
       
    37 #
       
    38 #	Revision 1.5  2000/02/17 01:59:34  rgbecker
       
    39 #	Changes to test search
       
    40 #	
       
    41 #	Revision 1.4  2000/02/16 14:07:14  rgbecker
       
    42 #	Fixes for package reportlab
       
    43 #	
       
    44 __version__=''' $Id: cvs_check.py,v 1.6 2000/05/17 15:39:10 rgbecker Exp $ '''
       
    45 '''
     7 '''
    46 script for testing ReportLab anonymous cvs download and test
     8 script for testing ReportLab anonymous cvs download and test
    47 '''
     9 '''
    48 
    10 
    49 _globals=globals().copy()			#make a copy of out globals
    11 _globals=globals().copy()			#make a copy of out globals