server/sbin/sync/config_path.pth
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:29:37 +0200
changeset 126 5ee558e98aff
parent 118 fea47f1054e2
permissions -rw-r--r--
Added tag V0.1-alpha.0 for changeset 46d7f17cff3d

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)