mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
Approved by: maintainer (via private email) Differential Revision: https://reviews.freebsd.org/D16942
11 lines
275 B
Python
11 lines
275 B
Python
--- poller-wrapper.py.orig 2018-08-29 23:25:16 UTC
|
|
+++ poller-wrapper.py
|
|
@@ -37,6 +37,8 @@ except:
|
|
print "threading, Queue, sys, subprocess, time, os, json"
|
|
sys.exit(2)
|
|
|
|
+os.environ['PATH'] += ':/usr/local/sbin:/usr/local/bin'
|
|
+
|
|
try:
|
|
import MySQLdb
|
|
except:
|