This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
fb3d85bd14
django
/
tests
/
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-13 18:51:33 +00:00
from
__future__
import
absolute_import
from
.
.
complex_app
.
models
.
bar
import
Bar