From 64296e8749c20a9020a411fe3e9b01803807e1ff Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 6 Mar 2010 14:57:23 +0100 Subject: renamed session files from *.cfg to *.session --- portato/db/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/db/__init__.py') diff --git a/portato/db/__init__.py b/portato/db/__init__.py index 21f72ce..a4b4bde 100644 --- a/portato/db/__init__.py +++ b/portato/db/__init__.py @@ -40,7 +40,7 @@ def Database(type = None): return _DATABASE if _SESSION is None: - _SESSION = Session("db.cfg", name = "DB") + _SESSION = Session("db.session", name = "DB", oldfiles = ["db.cfg"]) _SESSION.load() _TYPE = type -- cgit v1.2.3-70-g09d2