is_valid_package_atom: fix circular import
authorZac Medico <zmedico@gentoo.org>
Mon, 11 Jul 2011 14:08:30 +0000 (07:08 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 11 Jul 2011 14:08:30 +0000 (07:08 -0700)
commit774ab66e9cc55f749052d690421765647c9c9c9c
tree64ad8a7f9733498e98c02300cc16f30d68316aee
parent034203acbf22320256aef748d7b0f45e3477e125
is_valid_package_atom: fix circular import

Due to a quirk in python import behavior, this only failed
nondeterministically. However, the new preinst sanity test in the
portage-9999 ebuild tends to trigger it more often for some people.
pym/_emerge/depgraph.py
pym/_emerge/is_valid_package_atom.py