commit-gnue
[Top][All Lists]
Advanced

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

r5392 - in trunk/gnue-common/src/datasources/drivers: ldap special


From: jcater
Subject: r5392 - in trunk/gnue-common/src/datasources/drivers: ldap special
Date: Fri, 19 Mar 2004 17:25:34 -0600 (CST)

Author: jcater
Date: 2004-03-19 17:25:33 -0600 (Fri, 19 Mar 2004)
New Revision: 5392

Modified:
   trunk/gnue-common/src/datasources/drivers/ldap/__init__.py
   trunk/gnue-common/src/datasources/drivers/special/__init__.py
Log:
removed '__name__' references, which throws off epydoc

Modified: trunk/gnue-common/src/datasources/drivers/ldap/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/ldap/__init__.py  2004-03-19 
22:02:57 UTC (rev 5391)
+++ trunk/gnue-common/src/datasources/drivers/ldap/__init__.py  2004-03-19 
23:25:33 UTC (rev 5392)
@@ -27,11 +27,11 @@
 #
 # Documentation
 #
-__name__ = "LDAP Driver"
-__url__ = "http://www.openldap.org/";
-__description__ = """
+name = "LDAP Driver"
+url = "http://www.openldap.org/";
+description = """
 The LDAP drivers are for special-case uses of accessing LDAP
 stores as a datasource.
 """
-__isfree__ = True  # Should be false for non-free DBMSs... we don't want to
+isfree = True  # Should be false for non-free DBMSs... we don't want to
                    # show URLs for non-free on our website

Modified: trunk/gnue-common/src/datasources/drivers/special/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/special/__init__.py       
2004-03-19 22:02:57 UTC (rev 5391)
+++ trunk/gnue-common/src/datasources/drivers/special/__init__.py       
2004-03-19 23:25:33 UTC (rev 5392)
@@ -27,11 +27,11 @@
 #
 # Documentation
 #
-__name__ = "Special Drivers"
-__url__ = ""
-__description__ = """
+name = "Special Drivers"
+url = ""
+description = """
 This contains special drivers used internally by the various
 GNUe tools.  It is not meant for end-user use.
 """
-__isfree__ = True  # Should be false for non-free DBMSs... we don't want to
+isfree = True  # Should be false for non-free DBMSs... we don't want to
                    # show URLs for non-free on our website





reply via email to

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