blob: 4910245605dc199c3433cdb36788f03104db671b [file] [log] [blame]
#!/usr/bin/python -O
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
import sys
if len(sys.argv)!=3:
print "xpak: expecting three arguments."
sys.exit(1)
sys.path = ["/usr/lib/portage/pym"]+sys.path
import xpak
xpak.xpak(sys.argv[1],sys.argv[2])