There is a modules directory with an empty __init__.py file and subdirectories with __init__.py in each. I can not immediately make an explicit import when developing an application, since I do not know how they will call subdirectories. How to import modules in an already running application from subdirectories?
+--+modules + +--+__init__.py | +--+unknown2 | + | +--+__init__.py | +--+unknown3 | + | +--+__init__.py | +--+unknown1 | +--+__init__.py
__init__empty? - jfs