aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/gentoolkit/equery/keywords.py')
-rw-r--r--pym/gentoolkit/equery/keywords.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pym/gentoolkit/equery/keywords.py b/pym/gentoolkit/equery/keywords.py
index be79fe3..dbe5133 100644
--- a/pym/gentoolkit/equery/keywords.py
+++ b/pym/gentoolkit/equery/keywords.py
@@ -1,8 +1,9 @@
-# vim:fileencoding=utf-8
+# vim:fileencoding=utf-8
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from gentoolkit.eshowkw import main as emain
+
def main(input_args):
- emain(input_args, True) \ No newline at end of file
+ emain(input_args, True)