Mercurial > p > roundup > code
diff setup.py @ 1918:0798ce090450
oops
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 13 Nov 2003 05:56:48 +0000 |
| parents | f63aa57386b0 |
| children | 44f3c1dd636b |
line wrap: on
line diff
--- a/setup.py Thu Nov 13 05:55:01 2003 +0000 +++ b/setup.py Thu Nov 13 05:56:48 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.57 2003-10-25 22:53:26 richard Exp $ +# $Id: setup.py,v 1.58 2003-11-13 05:56:48 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -158,7 +158,7 @@ 'doc/roundup-mailgw.1', 'doc/roundup-server.1'])) # add the templates to the data files lists - from roundup.admin import listTemplates + from roundup.init import listTemplates templates = [t['path'] for t in listTemplates('templates').values()] for tdir in templates: # scan for data files
