diff roundup/cgi/templating.py @ 3188:7faae85e1e33

merge from branch
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Feb 2005 23:45:30 +0000
parents 5b39bff8f1e1
children f887e55edc94
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Tue Feb 15 23:10:52 2005 +0000
+++ b/roundup/cgi/templating.py	Tue Feb 15 23:45:30 2005 +0000
@@ -19,9 +19,9 @@
 
 from __future__ import nested_scopes
 
-import sys, cgi, urllib, os, re, os.path, time, errno, mimetypes
+import sys, cgi, urllib, os, re, os.path, time, errno, mimetypes, csv
 
-from roundup import hyperdb, date, csv, support
+from roundup import hyperdb, date, support
 from roundup import i18n
 from roundup.i18n import _
 

Roundup Issue Tracker: http://roundup-tracker.org/