File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
import re
9
9
10
10
import click
11
- from github3 import null
11
+ from githubcli . lib . github3 import null
12
12
13
13
from awesome .lib .github import GitHub
14
14
Original file line number Diff line number Diff line change 23
23
import ConfigParser as configparser
24
24
25
25
import click
26
- from github3 import authorize , login
27
- from github3 .exceptions import UnprocessableEntity
26
+ from githubcli . lib . github3 import authorize , login
27
+ from githubcli . lib . github3 .exceptions import UnprocessableEntity
28
28
29
29
30
30
class GitHub (object ):
Original file line number Diff line number Diff line change 5
5
# Creative Commons Attribution 4.0 International License (CC BY 4.0)
6
6
# http://creativecommons.org/licenses/by/4.0/
7
7
8
- from github3 import null
8
+ from githubcli . lib . github3 import null
9
9
10
10
11
11
class MockRepo (object ):
You can’t perform that action at this time.
0 commit comments