Mercurial > repos > bcclaywell > argo_navis
comparison venv/lib/python2.7/site-packages/github/tests/AllTests.py @ 0:d67268158946 draft
planemo upload commit a3f181f5f126803c654b3a66dd4e83a48f7e203b
author | bcclaywell |
---|---|
date | Mon, 12 Oct 2015 17:43:33 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d67268158946 |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 # ########################## Copyrights and license ############################ | |
4 # # | |
5 # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # | |
6 # Copyright 2012 Zearin <zearin@gonk.net> # | |
7 # Copyright 2013 AKFish <akfish@gmail.com> # | |
8 # Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> # | |
9 # # | |
10 # This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # | |
11 # # | |
12 # PyGithub is free software: you can redistribute it and/or modify it under # | |
13 # the terms of the GNU Lesser General Public License as published by the Free # | |
14 # Software Foundation, either version 3 of the License, or (at your option) # | |
15 # any later version. # | |
16 # # | |
17 # PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # | |
18 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # | |
19 # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # | |
20 # details. # | |
21 # # | |
22 # You should have received a copy of the GNU Lesser General Public License # | |
23 # along with PyGithub. If not, see <http://www.gnu.org/licenses/>. # | |
24 # # | |
25 # ############################################################################## | |
26 | |
27 from AuthenticatedUser import * | |
28 from Authentication import * | |
29 from Authorization import * | |
30 from Branch import * | |
31 from Commit import * | |
32 from CommitComment import * | |
33 from CommitStatus import * | |
34 from ContentFile import * | |
35 from Download import * | |
36 from Event import * | |
37 from Gist import * | |
38 from GistComment import * | |
39 from GitBlob import * | |
40 from GitCommit import * | |
41 from Github_ import * | |
42 from GitRef import * | |
43 from GitTag import * | |
44 from GitTree import * | |
45 from Hook import * | |
46 from Issue import * | |
47 from IssueComment import * | |
48 from IssueEvent import * | |
49 from Label import * | |
50 from Milestone import * | |
51 from NamedUser import * | |
52 from Markdown import * | |
53 from Organization import * | |
54 from PullRequest import * | |
55 from PullRequestComment import * | |
56 from PullRequestFile import * | |
57 from RateLimiting import * | |
58 from Repository import * | |
59 from RepositoryKey import * | |
60 from Status import * | |
61 from Tag import * | |
62 from Team import * | |
63 from UserKey import * | |
64 | |
65 from PaginatedList import * | |
66 from Exceptions import * | |
67 from Enterprise import * | |
68 from Logging_ import * | |
69 from RawData import * | |
70 from ConditionalRequestUpdate import * | |
71 from Persistence import * | |
72 from ExposeAllAttributes import * | |
73 from BadAttributes import * | |
74 from Equality import * | |
75 from Search import * | |
76 | |
77 from Issue33 import * | |
78 from Issue50 import * | |
79 from Issue54 import * | |
80 from Issue80 import * | |
81 from Issue87 import * | |
82 from Issue131 import * | |
83 from Issue133 import * | |
84 from Issue134 import * | |
85 from Issue139 import * | |
86 from Issue140 import * | |
87 from Issue142 import * | |
88 from Issue158 import * | |
89 from Issue174 import * | |
90 from Issue214 import * | |
91 from Issue216 import * | |
92 from Issue278 import * |