diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-06 13:40:15 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-06 13:40:15 -0700 |
commit | ddb4c1d744b417e79cf2d263d6cd8db37c4dbcb2 (patch) | |
tree | 3855d9b0d071ab07246c6779c0c5554ba2d943b9 /gr-zeromq/examples/python/fixui4py.sh | |
parent | 73a6083b84dd3506bf4fdfbcb15bfd9a7033c98c (diff) |
zeromq: cleanup docs and examples
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 |