← Back
Editing: test_agent.cpython-38.pyc
U W[3 � @ sp d Z ddlmZmZ ddlZddlmZ ddlmZ zddl Z W n e k rX dZ Y nX zddlZW n e k r~ dZY nX e r�er�ddlm Z mZ nd Z ZddlmZ ddlmZmZ G d d � d e�ZG dd� dej�ZG d d� de�ZG dd� de�Zedk �rG dd� dej�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Z dS )z' Tests for L{twisted.conch.ssh.agent}. � )�absolute_import�divisionN)�unittest)�iosim)�keys�agent)�keydata)� ConchError�MissingKeyStoreErrorc @ s e Zd ZdZdd� ZdS )�StubFactoryzb Mock factory that provides the keys attribute required by the SSHAgentServerProtocol c C s i | _ d S �N)r ��self� r �?/usr/lib/python3/dist-packages/twisted/conch/test/test_agent.py�__init__&