From dc0992579cc60f026643e4024b077d66ed1b7b5c Mon Sep 17 00:00:00 2001 From: tirilane Date: Sat, 9 Aug 2008 07:53:54 +0000 Subject: [PATCH] Egon has got a .egon-directory, to hide the database --- egon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egon.py b/egon.py index 2603d5d..4ea1465 100755 --- a/egon.py +++ b/egon.py @@ -1519,7 +1519,7 @@ class BookModel(): ## Connect to the database and return the cursor and connection def initDB(): - conn = sqlite.connect('egon.db') + conn = sqlite.connect('.egon/egon.db') cursor = conn.cursor() cursor.execute('''