From e2d9b7d5f3874390e040326ff264a2687e86982e Mon Sep 17 00:00:00 2001 From: parallax Date: Mon, 22 Aug 2016 18:18:46 +0100 Subject: [PATCH] Added required line --- chatops/python/gitlab-to-pentext.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chatops/python/gitlab-to-pentext.py b/chatops/python/gitlab-to-pentext.py index 020b178..0e42b22 100644 --- a/chatops/python/gitlab-to-pentext.py +++ b/chatops/python/gitlab-to-pentext.py @@ -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)