head	1.2;
access;
symbols
	PyQwt-4_1-fixes:1.2.0.4
	PyQwt-4_1:1.2
	PyQwt-4_0rc0:1.2
	PyQwt-3_8-fixes:1.2.0.2
	PyQwt-3_8:1.2
	PyQwt-3_7:1.2
	start:1.1.1.1
	gvermeul:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.06.20.07.08.46;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.15.09.15.53;	author gvermeul;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.06.15.09.15.53;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Minimize regeneration of patches.py
@
text
@#!/usr/bin/env python

import commands
import os

execfile('patches.py')

for suffix, patch in patches.items():
    stdin, stdout, stderr = os.popen3('patch -p0 -b -z %s' % (suffix,))
    stdin.write(patch)
    print 
##     error = stderr.read()
##     if error:
##         print error

# Local Variables: ***
# mode: python ***
# End: ***

@


1.1
log
@Initial revision
@
text
@d8 2
a9 2
for suffix, patch in patches:
    stdin, stdout = os.popen2('patch -p0 -b -z %s' % (suffix,))
d11 4
@


1.1.1.1
log
@Initial import into CVS
@
text
@@
