Removing PowerLine since we weren't using it and don't have plans to.
[debian/gnuradio] / dtools / bin / check-imports
1 #!/bin/bash
2
3 find . -name '*.py' | xargs grep -h -E '^(from|import)' | sort -u 
4