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 1SNrzi-0007Ue-4O for garchives@archives.gentoo.org; Fri, 27 Apr 2012 20:42:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC074E08C2; Fri, 27 Apr 2012 20:42:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 99198E08C2 for ; Fri, 27 Apr 2012 20:42:05 +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 0CB291B400B for ; Fri, 27 Apr 2012 20:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C3021E5402 for ; Fri, 27 Apr 2012 20:42:03 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1335559310.1029016e5a45755a80e95608b5765f5104f9b45c.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/sync.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 1029016e5a45755a80e95608b5765f5104f9b45c X-VCS-Branch: master Date: Fri, 27 Apr 2012 20:42:03 +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: 45323f15-cfe1-41a1-ac19-979103422588 X-Archives-Hash: 32f62e36fc3d13eb741a7a1fafcd9b21 commit: 1029016e5a45755a80e95608b5765f5104f9b45c Author: Magnus Granberg gentoo org> AuthorDate: Fri Apr 27 20:41:50 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Apr 27 20:41:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D1029016e fix errors in sync.py --- gobs/pym/sync.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gobs/pym/sync.py b/gobs/pym/sync.py index c11fc5f..cfaebfe 100644 --- a/gobs/pym/sync.py +++ b/gobs/pym/sync.py @@ -3,6 +3,8 @@ import portage import os import errno from git import * +from _emerge.actions import load_emerge_config, action_sync +from _emerge.main import parse_opts =20 def git_pull(): repo =3D Repo("/var/lib/gobs/" + gobs_settings_dict['gobs_gitreponame']= + "/")