summaryrefslogtreecommitdiffstats
path: root/pym/portage/xml/__init__.py
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-09-06 14:33:10 +0200
committerZac Medico <zmedico@gentoo.org>2010-09-06 10:06:43 -0700
commite16d717b0dba45a3b69c01a29a61a1909d892462 (patch)
tree745bdd231d7c5b7299f61b1dc6153ff031714e07 /pym/portage/xml/__init__.py
parent5a3222ee052dd924a275c4d1c8ae3c44dc684e57 (diff)
downloadportage-e16d717b0dba45a3b69c01a29a61a1909d892462.tar.gz
portage-e16d717b0dba45a3b69c01a29a61a1909d892462.tar.bz2
portage-e16d717b0dba45a3b69c01a29a61a1909d892462.zip
Add portage.xml.metadata to parse metadata.xml
This is a slightly modified version of gentoolkit.metadata
Diffstat (limited to 'pym/portage/xml/__init__.py')
-rw-r--r--pym/portage/xml/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/xml/__init__.py b/pym/portage/xml/__init__.py
new file mode 100644
index 000000000..21a391aee
--- /dev/null
+++ b/pym/portage/xml/__init__.py
@@ -0,0 +1,2 @@
+# Copyright 2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2