AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.222.167.85


Current Path : /lib/python3/dist-packages/debian_bundle/
Upload File :
Current File : //lib/python3/dist-packages/debian_bundle/__init__.py

""" Deprecated interface to `debian.debian_bundle` """

import os
import warnings

warnings.warn("please use 'debian' instead of 'debian_bundle'",
              DeprecationWarning, stacklevel=2)

# Support "from debian_bundle import foo"
parent_dir = os.path.dirname(__path__[0])
__path__.append(os.path.join(parent_dir, "debian"))