> Well, as far as I know, python's import is relative. So if you're in the > module /home/gray/white.py and you say > import blue > it will first try to find blue.py in /home/gray, so design your imports > carefully. Be careful ... in one of the next releases of python, support for relative import will be dropped! So I would suggest that you don't rely on relative import in new written code and change it whenever you find it in old code.
Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---