Improve bad import!

This commit is contained in:
Lennart Kats 2016-01-29 13:50:34 +01:00
parent 742326f3d3
commit af4f3b6713

View File

@ -1,7 +1,9 @@
#!/usr/bin/env python3
from app.tests.tests import test_user
import badimport
from doesntexist import badimport
print(test_user())
bad_call()
badimport.foo()