From db1f5638fe1ab83406a305c3f108c4a1bcfd9cd7 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 6 Sep 2014 15:43:47 +0530 Subject: * change declarative_base class to use ModelMeta class * update some queries to match SA style --- src/mailman/interfaces/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/interfaces/database.py') diff --git a/src/mailman/interfaces/database.py b/src/mailman/interfaces/database.py index 21f2f71d0..d8fde2b93 100644 --- a/src/mailman/interfaces/database.py +++ b/src/mailman/interfaces/database.py @@ -61,7 +61,7 @@ class IDatabase(Interface): """Abort the current transaction.""" store = Attribute( - """The underlying Storm store on which you can do queries.""") + """The underlying SQLAlchemy store on which you can do queries.""") -- cgit v1.2.3-70-g09d2