From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 544DA1381F3 for ; Thu, 15 Nov 2012 03:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF2FCE0022; Thu, 15 Nov 2012 03:54:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 214FEE0022 for ; Thu, 15 Nov 2012 03:54:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBFE633DC07 for ; Thu, 15 Nov 2012 03:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 153FCE5436 for ; Thu, 15 Nov 2012 03:53:57 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1352951624.9d2d6c6d0af675586655c784155b24acf3c81fce.dol-sen@gentoo> Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/ X-VCS-Repository: proj/mirrorselect X-VCS-Files: mirrorselect/output.py X-VCS-Directories: mirrorselect/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9d2d6c6d0af675586655c784155b24acf3c81fce X-VCS-Branch: master Date: Thu, 15 Nov 2012 03:53:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 849e0ccb-c045-474a-b8ce-9ac0c7ab99f8 X-Archives-Hash: 6d00a52305090f9aebf0a340e41b2f98 commit: 9d2d6c6d0af675586655c784155b24acf3c81fce Author: Brian Dolbec gentoo org> AuthorDate: Thu Nov 15 03:53:44 2012 +0000 Commit: Brian Dolbec gmail com> CommitDate: Thu Nov 15 03:53:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=9d2d6c6d add missing import from last change --- mirrorselect/output.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mirrorselect/output.py b/mirrorselect/output.py index fab3d9a..d2ccc0a 100644 --- a/mirrorselect/output.py +++ b/mirrorselect/output.py @@ -32,6 +32,7 @@ Distributed under the terms of the GNU General Public License v2 import sys import re import codecs +import locale from optparse import IndentedHelpFormatter