From f1ce7f97c4f575f0b358a0d1c1b9482d44d9731f Mon Sep 17 00:00:00 2001 From: zhengxie Date: Wed, 26 Dec 2012 10:20:34 +0800 Subject: [PATCH] Fixed sys path bug --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 14a1a09cab..8fba1e4ab4 100644 --- a/settings.py +++ b/settings.py @@ -242,4 +242,4 @@ else: del seahub_settings # Remove install_topdir from path -sys.path.pop() +sys.path.pop(0)