>From the Python Style Guide (PEP8): http://www.python.org/dev/peps/pep-0008/

 - Relative imports for intra-package imports are highly discouraged.
      Always use the absolute package path for all imports.
      Even now that <a href="/dev/peps/pep-0328">PEP 328</a> [7] is
fully implemented in Python 2.5, its style of explicit relative
imports is actively discouraged;
      absolute imports are more portable and usually more readable.

I would go with what Guido says above ;)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to