diff --git a/RIGS/tests/test_functional.py b/RIGS/tests/test_functional.py index f214cdbd..d51fda56 100644 --- a/RIGS/tests/test_functional.py +++ b/RIGS/tests/test_functional.py @@ -23,6 +23,7 @@ from django.test.client import Client from django.core import mail, signing from django.http import HttpResponseBadRequest from django.conf import settings +import sys @screenshot_failure_cls