f8765102b32e31f2ac6956c3526d8409e7bb3a7d
[gentoolkit.git] / pym / gentoolkit / equery / keywords.py
1 # Copyright 2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 import sys
5 from ...gentoolkit.eshowkw import main as emain
6
7 emain(sys.argv)