Bug #337702 - Fix config.load_best_module() to raise ImportError from
authorZac Medico <zmedico@gentoo.org>
Thu, 16 Sep 2010 22:25:23 +0000 (15:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 16 Sep 2010 22:31:45 +0000 (15:31 -0700)
commitcc799474fb8f6ae476788d3768c4a3b341f3e7e8
tree8fe5c22fa7082c126ee7c0bab9b99093bee1dd16
parent2cda4890fbaecd47260a97e342b113d4dc369de5
Bug #337702 - Fix config.load_best_module() to raise ImportError from
the indentation block that caught it.

In python3, we get a "RuntimeError: No active exception to reraise"
exception if we try to call raise after completion of the indentation
block were the last exception was caught.
pym/portage/package/ebuild/config.py