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 014491386EE for ; Sun, 27 Jan 2013 21:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E4D621C0D4; Sun, 27 Jan 2013 21:51:09 +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 1C0BF21C0D4 for ; Sun, 27 Jan 2013 21:51:09 +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 25C9F33DAFF for ; Sun, 27 Jan 2013 21:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B5B5CE4073 for ; Sun, 27 Jan 2013 21:51:06 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1359323470.a012bee270aa28957a701b20eb8b7f5092548aaf.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/const.py X-VCS-Directories: pym/portage/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a012bee270aa28957a701b20eb8b7f5092548aaf X-VCS-Branch: prefix Date: Sun, 27 Jan 2013 21:51:06 +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: 7c3f9e66-1ff3-433d-b0d0-b1b1d839dd2d X-Archives-Hash: 06fc8a2807c268a5ee8d42e544657260 commit: a012bee270aa28957a701b20eb8b7f5092548aaf Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 27 21:51:10 2013 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 27 21:51:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a012bee2 from __future__ imports must occur at the beginning of the file --- pym/portage/const.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pym/portage/const.py b/pym/portage/const.py index 057f9e2..84c6865 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -2,11 +2,12 @@ # Copyright 1998-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +from __future__ import unicode_literals + # =========================================================================== # autotool supplied constants. # =========================================================================== from portage.const_autotool import * -from __future__ import unicode_literals import os