diff -r 41a78460bdac -r fea47f1054e2 server/sbin/sync/config_path.pth --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/sbin/sync/config_path.pth Sat Jun 06 22:47:54 2015 +0200 @@ -0,0 +1,3 @@ +import sys; sys.__plen = len(sys.path) +%(srv_config_path)s +import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)