diff options
Diffstat (limited to 'gr-zeromq/examples/python/fixui4py.sh')
-rwxr-xr-x | gr-zeromq/examples/python/fixui4py.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-zeromq/examples/python/fixui4py.sh b/gr-zeromq/examples/python/fixui4py.sh new file mode 100755 index 0000000000..d2978000bf --- /dev/null +++ b/gr-zeromq/examples/python/fixui4py.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sed -i 's/qwt_plot.h/PyQt4.Qwt5.Qwt/' $1 |