Ok I guess a little more "hunch" might be needed to elicit suggestions. If I chose to put foo in A, is there a way for code in B to import foo from A? Namely, is there a way to import stuff from a parent directory/package?
If it's not possible without changing sys.path, what's the path of least effort - i.e., the way that requires least amount of added code (adding code to prepend sys.path in every module under B certain does the trick but requires a lot code). Thanks! -- http://mail.python.org/mailman/listinfo/python-list