oops. needs to be a list
This commit is contained in:
parent
6e7d0ff1ef
commit
df11350493
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user