diff roundup/cgi/templating.py @ 3187:79bcf944ceb8 maint-0.8

fixes
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Feb 2005 23:42:38 +0000
parents 6cd2cbb47fb0
children 7148f43ab1af
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Tue Feb 15 23:04:32 2005 +0000
+++ b/roundup/cgi/templating.py	Tue Feb 15 23:42:38 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/