python import module from parent package

From http://docs.python.org/2/tutorial/modules.html#intra-package-references :

from .. import settings

Hope it helps

Leave a Comment