diff roundup/date.py @ 501:e0944187229f

missed an import _
author Richard Jones <richard@users.sourceforge.net>
date Tue, 08 Jan 2002 11:56:24 +0000
parents 2f4c37d28108
children 22e0edf7da6e
line wrap: on
line diff
--- a/roundup/date.py	Tue Jan 08 05:26:32 2002 +0000
+++ b/roundup/date.py	Tue Jan 08 11:56:24 2002 +0000
@@ -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 @@
 
 #
 # $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.
 #

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