summaryrefslogtreecommitdiffstats
path: root/tests/portage_util/__init__.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-10 13:35:03 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-10 13:35:03 +0000
commitbe41793f50c29aa6c0d17a8616ce214b71d81e0a (patch)
treedbfe6b7453a13e047319f3f3254aaa16c9f5a95e /tests/portage_util/__init__.py
parent2b95943f707bec5fcf4f360cdb26e372392fa177 (diff)
downloadportage-be41793f50c29aa6c0d17a8616ce214b71d81e0a.tar.gz
portage-be41793f50c29aa6c0d17a8616ce214b71d81e0a.tar.bz2
portage-be41793f50c29aa6c0d17a8616ce214b71d81e0a.zip
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
Diffstat (limited to 'tests/portage_util/__init__.py')
-rw-r--r--tests/portage_util/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/portage_util/__init__.py b/tests/portage_util/__init__.py
new file mode 100644
index 000000000..ede012f66
--- /dev/null
+++ b/tests/portage_util/__init__.py
@@ -0,0 +1,5 @@
+# tests/portage_util/__init__.py -- Portage Unit Test functionality
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: __init__.py 5522 2007-01-10 12:30:05Z antarus $
+