Take Genone's suggestion and break the modules up into module oriented fashion. ...
authorAlec Warner <antarus@gentoo.org>
Wed, 10 Jan 2007 13:35:03 +0000 (13:35 -0000)
committerAlec Warner <antarus@gentoo.org>
Wed, 10 Jan 2007 13:35:03 +0000 (13:35 -0000)
commitbe41793f50c29aa6c0d17a8616ce214b71d81e0a
treedbfe6b7453a13e047319f3f3254aaa16c9f5a95e
parent2b95943f707bec5fcf4f360cdb26e372392fa177
Take Genone's suggestion and break the modules up into module oriented fashion.  Tests for portage.py go in portage/ and so on and so forth...

svn path=/main/trunk/; revision=5525
tests/__init__.py
tests/portage/__init__.py [new file with mode: 0644]
tests/portage/test_atoms.py [moved from tests/test_atoms.py with 100% similarity]
tests/portage_util/__init__.py [new file with mode: 0644]
tests/portage_util/test_util.py [moved from tests/test_util.py with 100% similarity]