[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py documentation fix

Andreas Jung andreas at andreas-jung.com
Sat Apr 21 01:31:33 EDT 2007


Log message for revision 74283:
  documentation fix
  

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

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py	2007-04-21 05:23:43 UTC (rev 74282)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py	2007-04-21 05:31:33 UTC (rev 74283)
@@ -65,7 +65,7 @@
             else:
                 raise ValueError("The 'model' parameter passed to constructor must either be "\
                                  "the name of a named utility implementing IModelProvider or "\
-                                 "an instance of haufe.sqlalchemy.model.Model.")
+                                 "an instance of z3c.sqlalchemy.model.Model.")
 
         # mappers must be initialized at last since we need to acces
         # the 'model' from within the constructor of LazyMapperCollection



More information about the Checkins mailing list