| Server IP : 172.67.131.151 / Your IP : 172.71.28.164 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/launchpadlib/__pycache__/ |
Upload File : |
U
ݛUY � @ s` d Z dgZzddlZW n ek
r2 ddlZY nX ddlmZ ddlmZ G dd� de �Z
dS )z�Command-line applications for Launchpadlib.
This module contains the code for various applications. The applications
themselves are kept in bin/.
�RequestTokenApp� N)�Credentials)�lookup_web_rootc @ s e Zd ZdZdd� Zdd� ZdS )r z+An application that creates request tokens.c C s t |�| _t|�| _|| _dS )zInitialize.N)r �web_rootr �credentials�context)�selfr Z
consumer_namer � r �3/usr/lib/python3/dist-packages/launchpadlib/apps.py�__init__'