[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/interfaces.py whitespace p0rn

Andreas Jung andreas at andreas-jung.com
Sat Mar 17 10:05:51 EDT 2007


Log message for revision 73289:
  whitespace p0rn
  

Changed:
  U   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/interfaces.py

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/interfaces.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/interfaces.py	2007-03-17 14:04:28 UTC (rev 73288)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/interfaces.py	2007-03-17 14:05:51 UTC (rev 73289)
@@ -48,19 +48,17 @@
         """                
 
 
-
-
 class IModelProvider(Interface):
     """ A model providers provides information about the tables to be used
         and the mapper classes.
     """
 
     def getModel():
-        """ The model is described as an ordered dictionary.
-            The entries are (tablename, some_dict) where 'some_dict' is a
-            dictionary containing a key 'table' referencing a Table() instance and an
-            optional key 'relationships' referencing a sequence of related table names. An
-            optional mapper class can be specified through the 'class' key (otherwise a
-            default mapper class will be autogenerated).
+        """ The model is described as an ordered dictionary.  The entries are
+            (tablename, some_dict) where 'some_dict' is a dictionary containing a
+            key 'table' referencing a Table() instance and an optional key
+            'relationships' referencing a sequence of related table names. An
+            optional mapper class can be specified through the 'class' key
+            (otherwise a default mapper class will be autogenerated).
         """
 



More information about the Checkins mailing list