diff --git a/tools/driver_tests.py b/tools/driver_tests.py index 5fa8ada3b..74680cbd2 100755 --- a/tools/driver_tests.py +++ b/tools/driver_tests.py @@ -20,7 +20,7 @@ import sys import os import datetime -sys.path[0:0] = os.path.join(os.getcwd(), "..") +sys.path[0:0] = [os.path.join(os.getcwd(), "..")] from pymongo.connection import Connection def test1(db):