I'm running a python 2.7 script (on Kali machine) which using the following import:
from libmproxy.protocol.http import decoded
When running, I'm getting the following error:
ImportError: Cannot import name decoded
How to fix this problem please?