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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user