1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

Fixed sys path bug

This commit is contained in:
zhengxie
2012-12-26 10:20:34 +08:00
parent 3cded0c9ee
commit f1ce7f97c4

View File

@@ -242,4 +242,4 @@ else:
del seahub_settings del seahub_settings
# Remove install_topdir from path # Remove install_topdir from path
sys.path.pop() sys.path.pop(0)