|
Server : LiteSpeed System : Linux srv45672493.ultasrv.net 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64 User : dewab7604 ( 1100) PHP Version : 8.1.33 Disable Function : NONE Directory : /lib/python3/dist-packages/debian_bundle/ |
Upload File : |
""" 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"))