From d5a26bd35820b1cb3de991fd45460345b9d3f492 Mon Sep 17 00:00:00 2001 From: David Medina Date: Wed, 29 Feb 2012 01:22:16 +0100 Subject: Init documentation +core +services.user ~services.repos --- pygithub3/core/client.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pygithub3/core/client.py') diff --git a/pygithub3/core/client.py b/pygithub3/core/client.py index a9e9ad4..ce6cf7c 100644 --- a/pygithub3/core/client.py +++ b/pygithub3/core/client.py @@ -15,12 +15,6 @@ class Client(object): """ Client to send configurated requests""" def __init__(self, **kwargs): - """ - It can be configurated - - :login, :password, :user, :repo, :token, :per_page, :base_url, :verbose - """ - self.requester = requests.session() self.config = { 'per_page': 100, -- cgit v1.2.3-59-g8ed1b