Code

various updates
[roundup.git] / setup.py
index df99ff30455b174ed7d19ef22727ead8abcf8ac5..9d08e5d161fcccc77a150ad46ec54fbb19e61b11 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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 @@ def main():
             '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