X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=make-secnet-sites;h=b8a2077d8e76274b326817b65dfc523e0f20ec62;hb=ccf25024a3b46e9ca2b1842883b2f0953daf4842;hp=966bb77528e409cd3991e2c5bd5306d4c1c264d1;hpb=21fd3a92a61d31ce848177c0049cb6eb39963161;p=secnet.git diff --git a/make-secnet-sites b/make-secnet-sites index 966bb77..b8a2077 100755 --- a/make-secnet-sites +++ b/make-secnet-sites @@ -57,8 +57,8 @@ import getopt import re # The ipaddr library is installed as part of secnet -sys.path.append("/usr/local/share/secnet") -sys.path.append("/usr/share/secnet") +sys.path.insert(0,"/usr/local/share/secnet") +sys.path.insert(0,"/usr/share/secnet") import ipaddr VERSION="0.1.18"