Mercurial > p > roundup > code
changeset 1594:eee8b5eecb33
oops, use correct templates source dir
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 19 Apr 2003 05:03:54 +0000 |
| parents | 6318b21b0f73 |
| children | 1ae674595c04 |
| files | setup.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Apr 17 07:33:08 2003 +0000 +++ b/setup.py Sat Apr 19 05:03:54 2003 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.48 2003-04-17 03:37:57 richard Exp $ +# $Id: setup.py,v 1.49 2003-04-19 05:03:54 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -147,7 +147,7 @@ # add the templates to the data files lists from roundup.admin import listTemplates - templates = [t['path'] for t in listTemplates('.').values()] + templates = [t['path'] for t in listTemplates('templates').values()] for tdir in templates: # scan for data files for idir in '. detectors html'.split():
