print traceback for all exceptions during import
[paula/paual.testing.git] / src / paula / testing / malicious.py
blobbc780f00dd33b68f94d7e1f53365c0d4248cc4b7
1 raise Exception, "I cannot be imported"
3 def func():
4 """
5 This is just here to be included as a test file and to provoke the
6 ImportError
8 >>> True
9 True
10 """