Skip to content

Commit 0dc5494

Browse files
author
Richard Jones
committed
oops, use correct templates source dir
1 parent 48b2ff3 commit 0dc5494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.48 2003-04-17 03:37:57 richard Exp $
19+
# $Id: setup.py,v 1.49 2003-04-19 05:03:54 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -147,7 +147,7 @@ def main():
147147

148148
# add the templates to the data files lists
149149
from roundup.admin import listTemplates
150-
templates = [t['path'] for t in listTemplates('.').values()]
150+
templates = [t['path'] for t in listTemplates('templates').values()]
151151
for tdir in templates:
152152
# scan for data files
153153
for idir in '. detectors html'.split():

0 commit comments

Comments
 (0)