From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-838857-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2959513888F for <garchives@archives.gentoo.org>; Wed, 7 Oct 2015 11:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C58E080D; Wed, 7 Oct 2015 11:07:18 +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 09400E080D for <gentoo-commits@lists.gentoo.org>; Wed, 7 Oct 2015 11:07:17 +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 E045F3408F0 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Oct 2015 11:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26A70279 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Oct 2015 11:07:13 +0000 (UTC) From: "Anthony G. Basile" <blueness@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org> Message-ID: <1444216366.10b901b228bbb3667719e0b430cf3bf9d98197b2.blueness@gentoo> Subject: [gentoo-commits] proj/grss:master commit in: grs/ X-VCS-Repository: proj/grss X-VCS-Files: grs/Log.py grs/WorldConf.py X-VCS-Directories: grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 10b901b228bbb3667719e0b430cf3bf9d98197b2 X-VCS-Branch: master Date: Wed, 7 Oct 2015 11:07:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e2ee338-78ff-480a-86a0-734a38eea8b2 X-Archives-Hash: d2ec64b4c78fd8d04809093356ea103c commit: 10b901b228bbb3667719e0b430cf3bf9d98197b2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Oct 7 11:12:46 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Oct 7 11:12:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=10b901b2 lint: more unused imports. grs/Log.py | 3 --- grs/WorldConf.py | 1 - 2 files changed, 4 deletions(-) diff --git a/grs/Log.py b/grs/Log.py index aa49b12..a7ac1a3 100644 --- a/grs/Log.py +++ b/grs/Log.py @@ -1,10 +1,7 @@ #!/usr/bin/env python import datetime -import glob import os -import re -import shutil from grs.Constants import CONST from grs.Rotator import Rotator diff --git a/grs/WorldConf.py b/grs/WorldConf.py index e196338..d28f300 100644 --- a/grs/WorldConf.py +++ b/grs/WorldConf.py @@ -17,7 +17,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import configparser -import copy import os import portage import re