17
14
# along with this program; if not, write to the Free Software
18
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
27
23
mod = __import__(mod_name)
28
24
components = mod_name.split('.')
29
25
for comp in components[1:]: