From 7b18faa190894408254deb02901cd9bdcd5c70e3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 12 Aug 2009 00:31:37 -0400 Subject: 'mailman info' command. --- src/mailman/database/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mailman/database') diff --git a/src/mailman/database/__init__.py b/src/mailman/database/__init__.py index dc3a86560..5943df660 100644 --- a/src/mailman/database/__init__.py +++ b/src/mailman/database/__init__.py @@ -55,6 +55,7 @@ class StockDatabase: implements(IDatabase) def __init__(self): + self.url = None self.list_manager = None self.user_manager = None self.message_store = None @@ -105,6 +106,7 @@ class StockDatabase: # ensuring the right permissions. We only try to do this for SQLite # engines, and yes, we could have chmod'd the file after the fact, but # half dozen and all... + self.url = url touch(url) database = create_database(url) store = Store(database, GenerationalCache()) -- cgit v1.2.3-70-g09d2