HumanDynamics / openPDS

openpds.media.mit.edu
MIT License
110 stars 33 forks source link

Clean up unnecessary pymongo imports #27

Closed brian717 closed 9 years ago

brian717 commented 9 years ago

Some files just import it and never use it - these are easy, just remove the import.

Some answer modules actually use it after importing it. These uses should be replaced with an InternalDataStore instance, and then the import should be removed.

RogerTangos commented 9 years ago

related: https://github.com/HumanDynamics/openPDS/issues/25