2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

4397. [bug] Update Windows python support. [RT #42538]

This commit is contained in:
Mark Andrews
2016-06-24 16:04:10 +10:00
parent c1a72112b2
commit 9f5443280f
13 changed files with 189 additions and 24 deletions

View File

@@ -19,7 +19,8 @@ import os
import sys
sys.path.insert(0, os.path.dirname(sys.argv[0]))
sys.path.insert(1, os.path.join('@prefix@', 'lib'))
if os.name != 'nt':
sys.path.insert(1, os.path.join('@prefix@', 'lib'))
import isc.checkds