PyNesca/network_scan/__init__.py

7 lines
87 B
Python

import sys
import os
fil = __file__[:__file__.rindex(os.sep)]
sys.path.insert(0,fil)