Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
usr
/
local
/
lib
/
python3.6
/
site-packages
/
setuptools
/
__pycache__
✏️
Editing: installer.cpython-36.pyc
3 ���e� � @ s� d dl Z d dlZd dlZd dlZd dlZd dlZd dlmZ d dlm Z d dl Z d dlmZ ddl mZ dd� Zd d � Zdd� ZdS ) � N)�log)�DistutilsError)�Wheel� )�SetuptoolsDeprecationWarningc C s( t | t�r| j� S t | ttf�s$t�| S )z8Ensure find-links option end-up being a list of strings.)� isinstance�str�split�tuple�list�AssertionError)� find_links� r �:/tmp/pip-build-vlmub77e/setuptools/setuptools/installer.py�_fixup_find_links s r c "