From ffe40560893fb97f7bfc2d3771e94018c1ceae9e Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Sat, 10 Jan 2009 19:42:10 -0500 Subject: [PATCH] Fixed config path --- ceo/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceo/library.py b/ceo/library.py index 90c4031..c360f29 100644 --- a/ceo/library.py +++ b/ceo/library.py @@ -4,7 +4,7 @@ from ceo import conf import time from datetime import datetime, timedelta -CONFIG_FILE = "etc/library.cf" +CONFIG_FILE = "/etc/csc/library.cf" cfg = {}