NewsBlur/vendor/mms-agent/pymongotest.py
2013-03-29 11:04:46 -07:00

7 lines
101 B
Python
Executable file

import sys
try:
import pymongo
sys.exit(0)
except Exception as exc:
sys.exit(-1)