This commit is contained in:
Maximilian Hils 2016-01-30 22:44:08 +01:00
parent 8c37538314
commit 11218e0c98
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ The script object representing mitmproxy inline scripts.
Script objects know nothing about mitmproxy or mitmproxy's API - this knowledge is provided Script objects know nothing about mitmproxy or mitmproxy's API - this knowledge is provided
by the mitmproxy-specific ScriptContext. by the mitmproxy-specific ScriptContext.
""" """
from __future__ import absolute_import, print_function, division # Do not import __future__ here, this would apply transitively to the inline scripts.
import os import os
import shlex import shlex
import traceback import traceback