zeek / zeek-client

Experimental implementation of Zeek's future cluster management client
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Fix Zeek-bundled install's Python module handling; add test #30

Closed ckreibich closed 1 year ago

ckreibich commented 1 year ago

@dopheide-esnet spotted that zeek-client was still lacking the usual sys.path tweak to reliably locate its Zeek-bundled Python module. This adds this tweak and adds a test for it.