Ben Finney wrote: > Once PEP 328 is fully implemented, all bare 'import foo' statements > specify absolute imports (i.e. from sys.path only). To perform a > relative import (e.g. from current directory) will require different > syntax.
I'm not completely familiar with either, but how will that influence the __import__ function? -- http://mail.python.org/mailman/listinfo/python-list