From 65f9632242975978914473852d1d47a425864944 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 8 Jul 2010 10:12:40 +0100 Subject: [PATCH] Smart Slice file location --- settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.py b/settings.py index 5c52ce1..1c85ea3 100755 --- a/settings.py +++ b/settings.py @@ -111,6 +111,9 @@ FORCE_SCRIPT_NAME="" DEFAULT_FROM_EMAIL = "bot@auth.dredd.it" ACCOUNT_ACTIVATION_DAYS = 14 +# Slice File Location +SLICE = os.path.join(os.path.dirname(os.path.abspath( __file__ )),'Murmur.ice') + ### Reddit Settings # Username to validate accounts from