Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grss:master commit in: grs/
Date: Wed, 07 Oct 2015 11:07:20
Message-Id: 1444216366.10b901b228bbb3667719e0b430cf3bf9d98197b2.blueness@gentoo
1 commit: 10b901b228bbb3667719e0b430cf3bf9d98197b2
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 11:12:46 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 11:12:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=10b901b2
7
8 lint: more unused imports.
9
10 grs/Log.py | 3 ---
11 grs/WorldConf.py | 1 -
12 2 files changed, 4 deletions(-)
13
14 diff --git a/grs/Log.py b/grs/Log.py
15 index aa49b12..a7ac1a3 100644
16 --- a/grs/Log.py
17 +++ b/grs/Log.py
18 @@ -1,10 +1,7 @@
19 #!/usr/bin/env python
20
21 import datetime
22 -import glob
23 import os
24 -import re
25 -import shutil
26
27 from grs.Constants import CONST
28 from grs.Rotator import Rotator
29
30 diff --git a/grs/WorldConf.py b/grs/WorldConf.py
31 index e196338..d28f300 100644
32 --- a/grs/WorldConf.py
33 +++ b/grs/WorldConf.py
34 @@ -17,7 +17,6 @@
35 # along with this program. If not, see <http://www.gnu.org/licenses/>.
36
37 import configparser
38 -import copy
39 import os
40 import portage
41 import re