£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
B
    a                 @   sP   d dl mZmZ d dlZd dlmZmZ d dlmZ eeG dd de	Z
dS )    )absolute_importunicode_literalsN)ABCMetaabstractmethod)add_metaclassc               @   s<   e Zd ZdZdd Zedd Zedd Zedd	 Z	d
S )	Activatorz8Generates an activate script for the virtual environmentc             C   s&   |j dkrtjt n|j | _dS )zCreate a new activator generator.

        :param options: the parsed options as defined within :meth:`add_parser_arguments`
        .N)promptospathbasenamegetcwdZflag_prompt)selfoptions r   P/opt/alt/python37/lib/python3.7/site-packages/virtualenv/activation/activator.py__init__   s    zActivator.__init__c             C   s   dS )zCheck if the activation script is supported in the given interpreter.

        :param interpreter: the interpreter we need to support
        :return: ``True`` if supported, ``False`` otherwise
        Tr   )clsinterpreterr   r   r   supports   s    zActivator.supportsc             C   s   dS )z
        Add CLI arguments for this activation script.

        :param parser: the CLI parser
        :param interpreter: the interpreter this virtual environment is based of
        Nr   )r   parserr   r   r   r   add_parser_arguments   s    zActivator.add_parser_argumentsc             C   s   t dS )zGenerate the activate script for the given creator.

        :param creator: the creator (based of :class:`virtualenv.create.creator.Creator`) we used to create this         virtual environment
        N)NotImplementedError)r   Zcreatorr   r   r   generate&   s    zActivator.generateN)
__name__
__module____qualname____doc__r   classmethodr   r   r   r   r   r   r   r   r   	   s
   		r   )
__future__r   r   r
   abcr   r   Zsixr   objectr   r   r   r   r   <module>   s
   