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 9A67F138CCF for ; Wed, 13 May 2015 20:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A824E089E; Wed, 13 May 2015 20:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6F4BE089E for ; Wed, 13 May 2015 20:05:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08F42340D25 for ; Wed, 13 May 2015 20:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8696F9E9 for ; Wed, 13 May 2015 20:05:35 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1431547564.5c78be3e7b9ab9c7a03e7828f679ce123c5f87ab.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/dbbase.py X-VCS-Directories: layman/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 5c78be3e7b9ab9c7a03e7828f679ce123c5f87ab X-VCS-Branch: master Date: Wed, 13 May 2015 20:05:35 +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: c445bc4c-b65e-4546-936f-d145e9051c5c X-Archives-Hash: dbdd869b66967ea55743b3015fdb7e20 commit: 5c78be3e7b9ab9c7a03e7828f679ce123c5f87ab Author: Devan Franchini gentoo org> AuthorDate: Wed May 13 20:06:04 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Wed May 13 20:06:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=5c78be3e dbbase.py: Reorganizes imports layman/dbbase.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layman/dbbase.py b/layman/dbbase.py index 7bfb60f..4c3bf5f 100644 --- a/layman/dbbase.py +++ b/layman/dbbase.py @@ -30,7 +30,9 @@ __version__ = "$Id: overlay.py 273 2006-12-30 15:54:50Z wrobel $" # #------------------------------------------------------------------------------- -import sys, os, os.path +import os +import os.path +import sys import xml import xml.etree.ElementTree as ET # Python 2.5