From: Ian Jackson Date: Sun, 14 Sep 2014 23:14:41 +0000 (+0100) Subject: Python IP addresses: Remove sys.path hacking from test script X-Git-Tag: base.ipv6-polypath-fixes-2.v1~84 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/commitdiff_plain/03847a23f64d1b19254335646bf09220f66ac8f9?ds=inline;hp=03847a23f64d1b19254335646bf09220f66ac8f9 Python IP addresses: Remove sys.path hacking from test script Now that we no longer have ipaddr.py in our tree, we can get rid of this messing about with sys.path. We use the system's ipaddr.py and our own ipaddrset.py. Signed-off-by: Ian Jackson ---