From: Zac Medico Date: Sat, 9 Aug 2008 22:29:51 +0000 (-0000) Subject: Add write_contents() and tar_contents() functions to __all__. X-Git-Tag: v2.2_rc7~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9655df4308f6e8166f7f43da0d5698d5ee69f586;p=portage.git Add write_contents() and tar_contents() functions to __all__. svn path=/main/trunk/; revision=11376 --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 7c08b233a..bae674154 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -3,7 +3,8 @@ # $Id$ __all__ = ["PreservedLibsRegistry", "LinkageMap", - "vardbapi", "vartree", "dblink"] + "vardbapi", "vartree", "dblink"] + \ + ["write_contents", "tar_contents"] from portage.checksum import perform_md5 from portage.const import CACHE_PATH, CONFIG_MEMORY_FILE, PORTAGE_BIN_PATH, \