From 92d2362fe691c9e6f047b5a8db59ad3cb95a67e0 Mon Sep 17 00:00:00 2001
From: spoob <spoob@gmx.de>
Date: Sat, 9 Jan 2010 15:47:39 +0100
Subject: Updated XML Config Changes

---
 module/web/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/web')

diff --git a/module/web/settings.py b/module/web/settings.py
index 6cdd89fa2..3b242164c 100644
--- a/module/web/settings.py
+++ b/module/web/settings.py
@@ -18,7 +18,7 @@ PYLOAD_DIR = os.path.join(PROJECT_DIR,"..","..")
 
 sys.path.append(os.path.join(PYLOAD_DIR, "module"))
 from XMLConfigParser import XMLConfigParser
-config = XMLConfigParser(os.path.join(PYLOAD_DIR,"module","config","core.xml"), os.path.join(PYLOAD_DIR,"module","config","core_default.xml"))
+config = XMLConfigParser(os.path.join(PYLOAD_DIR,"module","config","core.xml"))
 
 #DEBUG = config.get("general","debug")
 
-- 
cgit v1.2.3