comparison setup.py @ 937:fb8a8eb55aac

cleanup: moved templatebuilder into templates.builder
author Richard Jones <richard@users.sourceforge.net>
date Fri, 16 Aug 2002 04:25:03 +0000
parents 6e6c63a57df9
children 3f20880c2a7e
comparison
equal deleted inserted replaced
936:57d09949380e 937:fb8a8eb55aac
14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18 # 18 #
19 # $Id: setup.py,v 1.35 2002-06-17 23:14:44 richard Exp $ 19 # $Id: setup.py,v 1.36 2002-08-16 04:25:01 richard Exp $
20 20
21 from distutils.core import setup, Extension 21 from distutils.core import setup, Extension
22 from distutils.util import get_platform 22 from distutils.util import get_platform
23 from distutils.command.build_scripts import build_scripts 23 from distutils.command.build_scripts import build_scripts
24 24
25 import sys, os, string 25 import sys, os, string
26 from glob import glob 26 from glob import glob
27 27
28 from roundup.templatebuilder import makeHtmlBase 28 from roundup.templates.builder import makeHtmlBase
29 29
30 30
31 ############################################################################# 31 #############################################################################
32 ### Build script files 32 ### Build script files
33 ############################################################################# 33 #############################################################################
187 ) 187 )
188 188
189 189
190 # 190 #
191 # $Log: not supported by cvs2svn $ 191 # $Log: not supported by cvs2svn $
192 # Revision 1.35 2002/06/17 23:14:44 richard
193 # . #569415 ] {version}
194 #
192 # Revision 1.34 2002/05/29 01:16:16 richard 195 # Revision 1.34 2002/05/29 01:16:16 richard
193 # Sorry about this huge checkin! It's fixing a lot of related stuff in one go 196 # Sorry about this huge checkin! It's fixing a lot of related stuff in one go
194 # though. 197 # though.
195 # 198 #
196 # . #541941 ] changing multilink properties by mail 199 # . #541941 ] changing multilink properties by mail

Roundup Issue Tracker: http://roundup-tracker.org/