Add encoding informations.
authorscarabeus <scarabeus@gentoo.org>
Thu, 28 Oct 2010 21:39:18 +0000 (21:39 -0000)
committerscarabeus <scarabeus@gentoo.org>
Thu, 28 Oct 2010 21:39:18 +0000 (21:39 -0000)
svn path=/trunk/gentoolkit/; revision=839

pym/gentoolkit/equery/keywords.py
pym/gentoolkit/eshowkw/__init__.py
pym/gentoolkit/eshowkw/display_pretty.py
pym/gentoolkit/eshowkw/keywords_content.py
pym/gentoolkit/eshowkw/keywords_header.py

index e9ec5eb28eec4f8e71b5640dbfe559cf34533a54..d91a053f3505f95bb4e184ec9b8fad6c9fe6ddd0 100644 (file)
@@ -1,3 +1,4 @@
+#      vim:fileencoding=utf-8
 # Copyright 2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
index a6f1ff490d5ac93c5fe27b6643d2924abac10832..3e3572ee7e62c17fe7c3c4022a99c3aaaeb27fde 100644 (file)
@@ -1,3 +1,4 @@
+#      vim:fileencoding=utf-8
 # Copyright 2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
@@ -79,10 +80,6 @@ def process_args(argv):
 def main(argv):
        global ignore_slots, bold, order, topper
 
-       # equery support
-       if argv[0] = 'equery':
-               pkgsearch_only = True
-
        #opts parsing
        opts = process_args(argv)
        ignore_slots = opts.ignore_slot
@@ -99,7 +96,7 @@ def main(argv):
        package = opts.package
 
        # equery support
-       if pkgsearch_only and len(package) <= 0:
+       if argv[0] == 'equery' and len(package) <= 0:
                msg_err = 'No packages specified'
                raise SystemExit(msg_err)
 
index b29fba18fe25141612bec2f8763d7df06838c004..f3c52fff9f9f4629a4e62b514cbb287924466b00 100644 (file)
@@ -1,3 +1,4 @@
+#      vim:fileencoding=utf-8
 # Copyright 2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
index 08a728d0b3dcf2c2d4d5e7c369bf2311f3da4d24..7f820268b074f854fe6cc22d5920e1afe777f8ca 100644 (file)
@@ -1,3 +1,4 @@
+#      vim:fileencoding=utf-8
 # Copyright 2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
index 53105ae4e2d705d6e6e8c591af4e56cf0960c7c9..1d52749f32d65da44976b6cf707ddab13d829d37 100644 (file)
@@ -1,3 +1,4 @@
+#      vim:fileencoding=utf-8
 # Copyright 2001-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2