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
6f66b55108
django
/
tests
/
regressiontests
/
admin_scripts
/
simple_app
/
models.py
4 lines
81 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
__future__
import
absolute_import
from
.
.
complex_app
.
models
.
bar
import
Bar