commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7131 - trunk/gnue-common/src/apps


From: reinhard
Subject: [gnue] r7131 - trunk/gnue-common/src/apps
Date: Tue, 8 Mar 2005 14:24:37 -0600 (CST)

Author: reinhard
Date: 2005-03-08 14:24:36 -0600 (Tue, 08 Mar 2005)
New Revision: 7131

Modified:
   trunk/gnue-common/src/apps/CommandOption.py
   trunk/gnue-common/src/apps/GBaseApp.py
   trunk/gnue-common/src/apps/GClientApp.py
   trunk/gnue-common/src/apps/GLogger.py
   trunk/gnue-common/src/apps/GServerApp.py
   trunk/gnue-common/src/apps/RuntimeSettings.py
   trunk/gnue-common/src/apps/__init__.py
   trunk/gnue-common/src/apps/errors.py
   trunk/gnue-common/src/apps/manpage.py
Log:
Updated some comments, added svn:keywords property to all files.



Property changes on: trunk/gnue-common/src/apps/CommandOption.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/apps/GBaseApp.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/apps/GClientApp.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/apps/GLogger.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/apps/GServerApp.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/gnue-common/src/apps/RuntimeSettings.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-common/src/apps/__init__.py
===================================================================
--- trunk/gnue-common/src/apps/__init__.py      2005-03-08 19:47:39 UTC (rev 
7130)
+++ trunk/gnue-common/src/apps/__init__.py      2005-03-08 20:24:36 UTC (rev 
7131)
@@ -1,6 +1,9 @@
+# GNU Enterprise Common Library - Application Services
 #
-# This file is part of GNU Enterprise.
+# Copyright 2001-2005 Free Software Foundation
 #
+# This file is part of GNU Enterprise
+#
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
@@ -16,16 +19,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2005 Free Software Foundation
-#
-# FILE:
-# __init__.py
-#
-# DESCRIPTION:
-"""
-"""
-# NOTES:
-#
+# $Id$
 
 
 # Python 2.2 introduced True/False types
@@ -39,11 +33,15 @@
 if sys.hexversion < 0x02030000:
   __builtins__['basestring'] = type("")
 
+
+# These modules introduce new functions into the builtins dictionary, so we
+# always import them
 import GDebug
 import i18n
 import checktype
 import errors
 
+
 # Add gStartupStatus global for startup status dialogs
 __builtins__['gStartupStatus'] = lambda string:string
 


Property changes on: trunk/gnue-common/src/apps/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-common/src/apps/errors.py
===================================================================
--- trunk/gnue-common/src/apps/errors.py        2005-03-08 19:47:39 UTC (rev 
7130)
+++ trunk/gnue-common/src/apps/errors.py        2005-03-08 20:24:36 UTC (rev 
7131)
@@ -1,4 +1,4 @@
-# GNU Enterprise Common - Base exception classes
+# GNU Enterprise Common Library - Base exception classes
 #
 # Copyright 2001-2005 Free Software Foundation
 #


Property changes on: trunk/gnue-common/src/apps/manpage.py
___________________________________________________________________
Name: svn:keywords
   + Id





reply via email to

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