From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QF2TQ-0003Vg-8U for garchives@archives.gentoo.org; Wed, 27 Apr 2011 11:00:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7377C1C095; Wed, 27 Apr 2011 10:58:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4624E1C095 for ; Wed, 27 Apr 2011 10:58:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF2BE1B408B for ; Wed, 27 Apr 2011 10:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 37DE280509 for ; Wed, 27 Apr 2011 10:58:42 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: Subject: [gentoo-commits] proj/layman:master commit in: bin/ X-VCS-Repository: proj/layman X-VCS-Files: bin/layman X-VCS-Directories: bin/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a9fe3d3dc2794ab46af1b68728aa7a12f0733f49 Date: Wed, 27 Apr 2011 10:58:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 199fe858d8370ac7d733cef387943e8d commit: a9fe3d3dc2794ab46af1b68728aa7a12f0733f49 Author: Brian Dolbec gmail com> AuthorDate: Thu Feb 24 06:15:06 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Mar 27 02:39:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3Da9fe3d3d fix whitespace, change the version --- bin/layman | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/layman b/bin/layman index 5723a58..6299d34 100755 --- a/bin/layman +++ b/bin/layman @@ -16,7 +16,7 @@ # Brian Dolbec # =20 -__version__ =3D "$Id$" +__version__ =3D "0.2" =20 #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D # @@ -24,7 +24,7 @@ __version__ =3D "$Id$" # #-----------------------------------------------------------------------= -------- =20 -from layman.argsparser import ArgsParser +from layman.argsparser import ArgsParser from layman.cli import Main =20 #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D