piston/lxc/tests/test_paradoc.py

6 lines
59 B
Python
Raw Normal View History

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