commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5458 - trunk/gnue-common/src/apps


From: reinhard
Subject: r5458 - trunk/gnue-common/src/apps
Date: Mon, 22 Mar 2004 09:50:51 -0600 (CST)

Author: reinhard
Date: 2004-03-22 09:50:50 -0600 (Mon, 22 Mar 2004)
New Revision: 5458

Modified:
   trunk/gnue-common/src/apps/checktype.py
   trunk/gnue-common/src/apps/i18n.py
Log:
Docstrings.


Modified: trunk/gnue-common/src/apps/checktype.py
===================================================================
--- trunk/gnue-common/src/apps/checktype.py     2004-03-22 15:43:06 UTC (rev 
5457)
+++ trunk/gnue-common/src/apps/checktype.py     2004-03-22 15:50:50 UTC (rev 
5458)
@@ -20,7 +20,9 @@
 # Copyright 2001-2004 Free Software Foundation
 #
 # $Id$
-
+"""
+Support for checking the type of variables
+"""
 from types import *
 
 import string

Modified: trunk/gnue-common/src/apps/i18n.py
===================================================================
--- trunk/gnue-common/src/apps/i18n.py  2004-03-22 15:43:06 UTC (rev 5457)
+++ trunk/gnue-common/src/apps/i18n.py  2004-03-22 15:50:50 UTC (rev 5458)
@@ -20,7 +20,9 @@
 # Copyright 2001-2004 Free Software Foundation
 #
 # $Id$
-
+"""
+Internationalization support
+"""
 from types import *
 
 import exceptions





reply via email to

[Prev in Thread] Current Thread [Next in Thread]