관리-도구
편집 파일: utils.cpython-36.opt-1.pyc
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"