server/sbin/sync/config_path.pth
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 19:39:35 +0100
changeset 204 3a5c9c460620
parent 118 fea47f1054e2
permissions -rw-r--r--
Added tag V0.1-alpha.6 for changeset 786cdb826f09

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)