From cc6d7f1ec3fa28e7f8fed12fb123a881848a3bbc Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 28 Oct 2012 09:54:07 +0100 Subject: [PATCH] Fix test when run on Linux with source tree on case-insensitive filesystem --- github/tests/AllTests.py | 4 ++-- github/tests/{Github.py => Github_.py} | 0 github/tests/{Logging.py => Logging_.py} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename github/tests/{Github.py => Github_.py} (100%) rename github/tests/{Logging.py => Logging_.py} (100%) 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