summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/test_module/bad_module.py
blob: cc0cd168ceb98a70f17bb51ad4c734852bb5696e (plain)
1
2
3
import a_package_name_that_does_not_exist

content = 'Bad Module'