##// END OF EJS Templates
import Binary from bson instead of pymongo
MinRK -
Show More
@@ -12,7 +12,7 b' Authors:'
12 #-----------------------------------------------------------------------------
12 #-----------------------------------------------------------------------------
13
13
14 from pymongo import Connection
14 from pymongo import Connection
15 from pymongo.binary import Binary
15 from bson import Binary
16
16
17 from IPython.utils.traitlets import Dict, List, Unicode, Instance
17 from IPython.utils.traitlets import Dict, List, Unicode, Instance
18
18
General Comments 0
You need to be logged in to leave comments. Login now