From a9645f46566e47bcfd8ba192043bebad147fece9 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 8 Jan 2002 11:56:24 +0000 Subject: [PATCH] missed an import _ git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@513 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgitb.py | 7 +++++-- roundup/date.py | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/roundup/cgitb.py b/roundup/cgitb.py index de017e4..560973b 100644 --- a/roundup/cgitb.py +++ b/roundup/cgitb.py @@ -1,7 +1,7 @@ # # This module was written by Ka-Ping Yee, . # -# $Id: cgitb.py,v 1.8 2002-01-05 02:22:32 richard Exp $ +# $Id: cgitb.py,v 1.9 2002-01-08 11:56:24 richard Exp $ __doc__ = """ Extended CGI traceback handler by Ka-Ping Yee, . @@ -9,7 +9,7 @@ Extended CGI traceback handler by Ka-Ping Yee, . import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc -from roundup.i18n import _ +from i18n import _ def breaker(): return ('' + @@ -124,6 +124,9 @@ def handler(): # # $Log: not supported by cvs2svn $ +# Revision 1.8 2002/01/05 02:22:32 richard +# i18n'ification +# # Revision 1.7 2001/11/22 15:46:42 jhermann # Added module docstrings to all modules. # diff --git a/roundup/date.py b/roundup/date.py index c74b85d..a74fcc2 100644 --- a/roundup/date.py +++ b/roundup/date.py @@ -15,13 +15,14 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: date.py,v 1.15 2002-01-05 02:27:00 richard Exp $ +# $Id: date.py,v 1.16 2002-01-08 11:56:24 richard Exp $ __doc__ = """ Date, time and time interval handling. """ import time, re, calendar +from i18n import _ class Date: ''' @@ -378,6 +379,9 @@ if __name__ == '__main__': # # $Log: not supported by cvs2svn $ +# Revision 1.15 2002/01/05 02:27:00 richard +# I18N'ification +# # Revision 1.14 2001/11/22 15:46:42 jhermann # Added module docstrings to all modules. # -- 2.30.2