Python3: fix SyntaxError in psp.py #61 by thinkAmi · Pull Request #62 · grisha/mod_python

Python2's test code (using mock package): import os import sys import traceback import unittest from mock import MagicMock, patch sys.modules['_apache'] = MagicMock() from .psp import P...