[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/interfaces.py
The methods moved to the right place
Dmitry Vasiliev
dima at hlabs.spb.ru
Mon Jul 25 02:34:23 EDT 2005
Log message for revision 37400:
The methods moved to the right place
Changed:
U Zope3/trunk/src/zope/app/rdb/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/rdb/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/interfaces.py 2005-07-25 06:29:18 UTC (rev 37399)
+++ Zope3/trunk/src/zope/app/rdb/interfaces.py 2005-07-25 06:34:23 UTC (rev 37400)
@@ -65,6 +65,12 @@
required=False
)
+ def getEncoding():
+ """Get the database encoding."""
+
+ def setEncoding(encoding):
+ """Set the database encoding."""
+
def getConverter(type):
"""Return a converter function for field type matching key"""
@@ -396,12 +402,6 @@
default=u"dbi://dbname",
required=True)
- def getEncoding():
- """Get the database encoding."""
-
- def setEncoding(encoding):
- """Set the database encoding."""
-
def connect():
"""Connect to the specified database."""
More information about the Zope3-Checkins
mailing list