Skip to content

Commit 1ce587a

Browse files
committed
Generalize github_issues module
It can house anything related to GitHub. For now, that's only GitHub Issues material. But other classes may be added later, who knows.
1 parent 19b276e commit 1ce587a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github_issues.py renamed to github.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# See the UNLICENSE file for details.
55
#
66
# ------------------------------------------------------------------------
7-
# github_issues.py
7+
# github.py
88
# ------------------------------------------------------------------------
9-
# A class to download and organize issues from GitHub.
9+
# A class to download and organize information from GitHub.
1010

1111
import json, logging, math
1212
import requests

0 commit comments

Comments
 (0)