server/sbin/sync/config_path.pth
author rougeronj
Wed, 08 Jul 2015 17:45:44 +0200
changeset 178 a3e1106b6f96
parent 118 fea47f1054e2
permissions -rw-r--r--
update interface of the slideshow

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)