From 0b485d22ab38438dc9c9d69d39aad778f866909c Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Fri, 2 Apr 2010 14:41:01 +0200 Subject: [PATCH] fix the slice path that got a little messed up --- pyweb/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyweb/settings.py b/pyweb/settings.py index d470307..7c11d55 100644 --- a/pyweb/settings.py +++ b/pyweb/settings.py @@ -21,8 +21,7 @@ ## The slice to use for communication over ZeroC Ice. ## ## This must be set to the path to the Murmur.ice file that ## ## resides in your Murmur directory. ## -SLICE = '/home/svedrin/murmur/Murmur.ice' -#SLICE = '/usr/share/slice/Murmur.ice' ## +SLICE = '/usr/share/slice/Murmur.ice' ## ## ## ################################################################# ## ##