ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/python3/dist-packages/deb822.py

9 lines
273 B
Python

""" 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 *