remove unnecessary sys.path manipulation in tests
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import sys
|
||||
import datetime
|
||||
from pymongo.errors import OperationFailure
|
||||
|
||||
sys.path[0:0] = [""]
|
||||
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user