From 69122abc3e2156e3b3a9a82f4ab5b0b68f694aad Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Mon, 12 Nov 2007 20:03:35 +0000 Subject: r543@Devoty: necoro | 2007-11-12 21:02:39 +0100 Added saved preferences --- portato/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'portato/constants.py') diff --git a/portato/constants.py b/portato/constants.py index 66ddf8d..f5a21f6 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -74,6 +74,7 @@ STD_FRONTEND = "gtk" # config CONFIG_DIR = "/etc/portato/" CONFIG_LOCATION = pjoin(CONFIG_DIR, "portato.cfg") +PREF_DIR = pjoin(os.environ["HOME"], ".portato") # misc dirs DATA_DIR = "./" -- cgit v1.2.3