/usr/share/pyshared/scrapy/utils/multipart.py is in python-scrapy 0.14.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | """
Transitional module for moving to the w3lib library.
For new code, always import from w3lib.form instead of this module
"""
from w3lib.form import *
|