Edit File: constants.cpython-37.opt-1.pyc
B 5/9e� � @ s� d dl mZ d dlZdZdZdZej�ed�Zej�ed�Z ed Z ej�ed �Zej�ed �ZG dd� de �ZG d d� de �ZdS )� )�absolute_importNz/usr/sbin/cloudlinux-selectorz/var/lve/wizard/z/var/log/cloudlinux/wizard/zmodules-statuses.jsonz done.flagz.lockz wizard.logz crash.logc @ s( e Zd ZdZdZdZdZdZdZdZ dS ) �ModuleStatusa pending: in queue for installation installing: currently installing installed: installation of module (package) finished failed: if module was aborted during installation auto-skipped: if automatic installation of module (package) is impossible Z cancelled�failedZ installedZ installingZpendingzauto-skippedN) �__name__� __module__�__qualname__�__doc__Z CANCELLED�FAILEDZ INSTALLEDZ INSTALLINGZPENDINGZAUTO_SKIPPED� r r �py/clwizard/constants.pyr s r c @ s$ e Zd ZdZdZdZdZdZdZdS )�WizardStatusz� idle: never executed before in_progress: currently working failed: installation of some module failed crashed: something really weird happened done: installation finished ZidleZin_progressr ZcrashedZdoneN) r r r r ZIDLEZIN_PROGRESSr ZCRASHEDZDONEr r r r r '