NewsBlur/vendor/mms-agent/pymongotest.py

8 lines
101 B
Python
Raw Normal View History

2013-03-29 11:04:46 -07:00
import sys
try:
import pymongo
sys.exit(0)
except Exception as exc:
sys.exit(-1)