diff --git a/bin/frappy-scan b/bin/frappy-scan index 5fa04e54..00fc8253 100755 --- a/bin/frappy-scan +++ b/bin/frappy-scan @@ -24,6 +24,9 @@ import argparse import sys +from pathlib import Path +# Add import path for inplace usage +sys.path.append(str(Path(__file__).absolute().parents[1])) from frappy.protocol.discovery import scan, listen