X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/21fd3a92a61d31ce848177c0049cb6eb39963161..f665113d3997514ee123a7fd28920c278628a865:/make-secnet-sites 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"