mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
8 lines
101 B
Python
8 lines
101 B
Python
![]() |
import sys
|
||
|
try:
|
||
|
import pymongo
|
||
|
sys.exit(0)
|
||
|
except Exception as exc:
|
||
|
sys.exit(-1)
|
||
|
|