D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
lib
/
python3.6
/
site-packages
/
syspurpose
/
__pycache__
/
Filename :
utils.cpython-36.pyc
back
Copy
3 i�f3 � @ s� d dl mZmZmZ d dlZd dlZd dlZd dlZd dlZd dl Z d dl mZ dZ ddd�Zdd� Zd d � Zdd� Zd d� Zdd� ZdS )� )�print_function�division�absolute_importN)�ugettextz/etc/rhsm-host/c C sR |rDt |�t g �t f �gkr"|f}x |D ]}tjjt|�d � q(W tj| � dS )zDExit with a code and optional message(s). Saved a few lines of code.� N)�type�sys�stderr�write�str�exit)�codeZmsgs�msg� r �/usr/lib/python3.6/utils.py�system_exit"