diff --git a/test/Framework/__init__.py b/test/Framework/__init__.py index 61f55266..89d46019 100644 --- a/test/Framework/__init__.py +++ b/test/Framework/__init__.py @@ -4,7 +4,7 @@ import unittest import httplib import traceback -sys.path.append( os.path.join( os.path.dirname( __file__ ), "..", "..", "src" ) ) +sys.path = [ os.path.join( os.path.dirname( __file__ ), "..", "..", "src" ) ] + sys.path import github class FakeHttpResponse: