Define __all__.
authorZac Medico <zmedico@gentoo.org>
Thu, 13 May 2010 23:03:07 +0000 (16:03 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 13 May 2010 23:03:07 +0000 (16:03 -0700)
pym/portage/xpak.py

index 4835f26c0a45a69cdb91d810aaf1b9bf71d82ceb..36aad39ff1e1f7afe39e6ef372adf384492b818a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2001-2004 Gentoo Foundation
+# Copyright 2001-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 
 # (integer) == encodeint(integer)  ===> 4 characters (big-endian copy)
 # '+' means concatenate the fields ===> All chunks are strings
 
+__all__ = ['addtolist', 'decodeint', 'encodeint', 'getboth',
+       'getindex', 'getindex_mem', 'getitem', 'listindex',
+       'searchindex', 'tbz2', 'xpak_mem', 'xpak', 'xpand',
+       'xsplit', 'xsplit_mem']
+
 import array
 import errno
 import shutil