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
c3152e5bcd
django
/
tests
/
admin_scripts
/
simple_app
/
models.py
4 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
Convert much of the regression tests to use absolute imports. There's still work to be done though. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-14 02:51:33 +08:00
from
.
.
complex_app
.
models
.
bar
import
Bar
Fixed #21302 -- Fixed unused imports and import *.
2013-10-18 19:25:30 +08:00
__all__
=
[
'
Bar
'
]