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