piston/lxc/tests/test_paradoc.py
2020-11-02 00:24:32 +00:00

5 lines
59 B
Python

try:
import paradoc
print('good')
except:
pass