Improve bad import!

pull/248/head
Lennart Kats 2016-01-29 13:50:34 +01:00
rodzic 742326f3d3
commit af4f3b6713
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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()