OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
debian_bundle
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/17/2025 09:32:20 AM
rwxr-xr-x
📄
__init__.py
276 bytes
02/17/2018 05:37:18 AM
rw-r--r--
📁
__pycache__
-
10/21/2019 03:49:51 PM
rwxr-xr-x
Editing: __init__.py
Close
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"))