Skip to content
Snippets Groups Projects
Commit 3cff83be authored by Phil's avatar Phil
Browse files

Added import_tester to detect import loops

parent 525229c2
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
cd "$(dirname $0)/.."
find scapy -name '*.py' | sed -e 's#/#.#g' -e 's/\(\.__init__\)\?\.py$//' | while read a; do echo "######### $a"; python -c "import $a"; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment