This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f28ea02308
django
/
tests
/
utils_tests
/
test_module
/
bad_module.py
4 lines
74 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #21302 -- Fixed unused imports and import *.
2013-10-18 19:25:30 +08:00
import
a_package_name_that_does_not_exist
# NOQA
Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 14:14:47 +08:00
Whitespace cleanup. * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-10-11 04:42:30 +08:00
content
=
'
Bad Module
'