Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
python3
/
dist-packages
π€ Upload
π New File
π New Folder
Close
Editing: deb822.py
""" Deprecated interface to `debian.deb822` """ import warnings warnings.warn("please use 'debian.deb822' instead", DeprecationWarning, stacklevel=2) # pylint: disable=wildcard-import,unused-wildcard-import,wrong-import-position from debian.deb822 import *
Save
Cancel