Fix test when run on Linux with source tree on case-insensitive filesystem

This commit is contained in:
Vincent Jacques
2012-10-28 09:54:07 +01:00
parent 1010c9af18
commit cc6d7f1ec3
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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 *