diff --git a/github/tests/AllTests.py b/github/tests/AllTests.py index dd8864ce..ab730318 100644 --- a/github/tests/AllTests.py +++ b/github/tests/AllTests.py @@ -25,7 +25,7 @@ from Gist import * from GistComment import * from GitBlob import * from GitCommit import * -from Github import * +from Github_ import * from GitRef import * from GitTag import * from GitTree import * @@ -51,7 +51,7 @@ from UserKey import * from PaginatedList import * from Exceptions import * from Enterprise import * -from Logging import * +from Logging_ import * from Issue33 import * from Issue50 import * diff --git a/github/tests/Github.py b/github/tests/Github_.py similarity index 100% rename from github/tests/Github.py rename to github/tests/Github_.py diff --git a/github/tests/Logging.py b/github/tests/Logging_.py similarity index 100% rename from github/tests/Logging.py rename to github/tests/Logging_.py