[Checkins] SVN: Products.SQLAlchemyDA/trunk/da.py changed meta_type

Andreas Jung andreas at andreas-jung.com
Mon May 7 03:29:37 EDT 2007


Log message for revision 75602:
  changed meta_type
  

Changed:
  U   Products.SQLAlchemyDA/trunk/da.py

-=-
Modified: Products.SQLAlchemyDA/trunk/da.py
===================================================================
--- Products.SQLAlchemyDA/trunk/da.py	2007-05-07 07:11:15 UTC (rev 75601)
+++ Products.SQLAlchemyDA/trunk/da.py	2007-05-07 07:29:36 UTC (rev 75602)
@@ -50,7 +50,7 @@
         {'id' : 'title', 'type' : 'string', 'mode' : 'rw'}, 
     )
 
-    meta_type = 'SQLAlchemy Wrapper Integration'
+    meta_type = 'SQLAlchemyDA '
     sqlalchemy_wrapper_name = None
     _isAnSQLConnection = True
 



More information about the Checkins mailing list