From e1dfc28196f451fee877f02df2a0ab42977e82ef Mon Sep 17 00:00:00 2001
From: Ron Economos <w6rz@comcast.net>
Date: Sat, 10 Oct 2020 10:24:32 -0700
Subject: pybind11: Remove SWIG remnants.

---
 gr-zeromq/examples/python/run_app.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-zeromq/examples/python')

diff --git a/gr-zeromq/examples/python/run_app.sh b/gr-zeromq/examples/python/run_app.sh
index 4af936ca82..cdedeb209b 100755
--- a/gr-zeromq/examples/python/run_app.sh
+++ b/gr-zeromq/examples/python/run_app.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 export LD_LIBRARY_PATH="$PWD/../../build/gr-zeromq/lib"
-export PYTHONPATH="$PWD/../../build/gr-zeromq/swig:$PWD/../../python"
+export PYTHONPATH="$PWD/../../python"
 /usr/bin/python $1 $2 $3 $4 $5 $6 $7 $8 $9
-- 
cgit v1.2.3