aboutsummaryrefslogtreecommitdiff
blob: 0368eee2afd0c8ef92303604f9f08a2aa8b75053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python -b
# Copyright 2013-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

import sys

import portage
portage._internal_caller = True
portage._disable_legacy_globals()
from portage._emirrordist.main import emirrordist_main

if __name__ == "__main__":
	sys.exit(emirrordist_main(sys.argv[1:]))