Added required line

This commit is contained in:
parallax 2016-08-22 18:18:46 +01:00
parent 2e7fb134ab
commit 53c5dd38ac

View File

@ -34,6 +34,7 @@ try:
import gitlab
import jxmlease
# Path of this script. The validate_report module is on the same path.
sys.path.append(os.path.dirname(__file__))
import validate_report
except ImportError as e:
print('[-] This script needs python-gitlab, jxmlease and validate_report library', file=sys.stderr)