This is strange, maybe Cygwin's version is stricter.
No time to investigate.
This commit is contained in:
Vincent Jacques
2014-05-04 12:54:05 -07:00
parent ca0132f6c7
commit abca7a026e
143 changed files with 331 additions and 332 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Steve English <steve.english@navetas.com> #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import github.PaginatedList
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+6 -6
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 AKFish <akfish@gmail.com> #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -20,7 +20,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
# #193: Line endings should be linux style
@@ -29,16 +29,16 @@
# should realy round them up and reference them by consts
# EDIT: well, maybe :-)
################################################################################
# ##############################################################################
# Request Header #
# (Case sensitive) #
################################################################################
# ##############################################################################
REQ_IF_NONE_MATCH = "If-None-Match"
REQ_IF_MODIFIED_SINCE = "If-Modified-Since"
################################################################################
# ##############################################################################
# Response Header #
# (Lower Case) #
################################################################################
# ##############################################################################
RES_ETAG = "etag"
RES_LAST_MODIFED = "last-modified"
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import base64
import sys
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Steve English <steve.english@navetas.com> #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import github.PaginatedList
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
class GithubException(Exception):
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2013 AKFish <akfish@gmail.com> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
class InputGitAuthor(object):
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Andrew Bettison <andrewb@zip.com.au> #
# Copyright 2012 Philip Kimmey <philip@rover.com> #
@@ -25,7 +25,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import github.PaginatedList
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import urllib
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Steve English <steve.english@navetas.com> #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import urlparse
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 AKFish <akfish@gmail.com> #
# Copyright 2013 Ed Jackson <ed.jackson@gmail.com> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import urllib
import pickle
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Steve English <steve.english@navetas.com> #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import github.PaginatedList
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 AKFish <akfish@gmail.com> #
# Copyright 2013 Peter Golm <golm.peter@gmail.com> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 AKFish <akfish@gmail.com> #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -20,7 +20,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Steve English <steve.english@navetas.com> #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -24,7 +24,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -24,7 +24,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Michael Stead <michael.stead@gmail.com> #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -24,7 +24,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import github.PaginatedList
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -24,7 +24,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import github.Rate
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Christopher Gilbert <christopher.john.gilbert@gmail.com> #
# Copyright 2012 Steve English <steve.english@navetas.com> #
@@ -27,7 +27,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import urllib
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -24,7 +24,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Andrew Bettison <andrewb@zip.com.au> #
# Copyright 2012 Dima Kukushkin <dima@kukushkin.me> #
@@ -30,7 +30,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import logging
import httplib
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
import github.PaginatedList
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -23,7 +23,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github.GithubObject
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
"""
The primary class you will instanciate is :class:`github.MainClass.Github`.
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
from AuthenticatedUser import *
from Authentication import *
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
import github
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 AKFish <akfish@gmail.com> #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
@@ -20,7 +20,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
# #193: Line endings should be linux style
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import github
import sys
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import os
import sys
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import datetime
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> #
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
############################ Copyrights and license ############################
# ########################## Copyrights and license ############################
# #
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
# #
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Lesser General Public License #
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
# #
################################################################################
# ##############################################################################
import Framework

Some files were not shown because too many files have changed in this diff Show More