File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2121from distutils .core import setup , Extension
2222from 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 ():
You can’t perform that action at this time.
0 commit comments