# -*- coding: utf-8 -*- # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2018 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT # from .manager import ( install_hooks, remove_hooks, # DOT NOT TOUCH: USED IN CAGEFS remove_hook_by_str_id_and_location ) __all__ = ( 'install_hooks', 'remove_hooks', 'remove_hook_by_str_id_and_location', )
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 442 B | 0644 |
|
lib.py | File | 4.24 KB | 0644 |
|
manager.py | File | 6.98 KB | 0644 |
|