server/sbin/sync/config_path.pth
author rougeronj
Thu, 11 Jun 2015 16:19:36 +0200
changeset 172 ffdfe491869c
parent 118 fea47f1054e2
permissions -rw-r--r--
uncomment jshint and fix minor bug rename myCustomer to imgType (customer to check if image is portrait or landscape)

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)