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:15:23
Message-Id: 1444216840.c4b3254ab91a2079a9fdc657462489215f7b4e0b.blueness@gentoo
1 commit: c4b3254ab91a2079a9fdc657462489215f7b4e0b
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:20:40 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=c4b3254a
7
8 lint: more unused imports.
9
10 grs/Constants.py | 1 -
11 grs/Log.py | 3 ---
12 grs/Populate.py | 1 -
13 grs/Seed.py | 2 --
14 grs/WorldConf.py | 1 -
15 5 files changed, 8 deletions(-)
16
17 diff --git a/grs/Constants.py b/grs/Constants.py
18 index 669f086..ecbac40 100644
19 --- a/grs/Constants.py
20 +++ b/grs/Constants.py
21 @@ -17,7 +17,6 @@
22 # along with this program. If not, see <http://www.gnu.org/licenses/>.
23
24 import os
25 -import sys
26 import configparser
27 from copy import deepcopy
28
29
30 diff --git a/grs/Log.py b/grs/Log.py
31 index aa49b12..a7ac1a3 100644
32 --- a/grs/Log.py
33 +++ b/grs/Log.py
34 @@ -1,10 +1,7 @@
35 #!/usr/bin/env python
36
37 import datetime
38 -import glob
39 import os
40 -import re
41 -import shutil
42
43 from grs.Constants import CONST
44 from grs.Rotator import Rotator
45
46 diff --git a/grs/Populate.py b/grs/Populate.py
47 index 1c3f08e..db35ee2 100644
48 --- a/grs/Populate.py
49 +++ b/grs/Populate.py
50 @@ -18,7 +18,6 @@
51
52 import os
53 import re
54 -import shutil
55 from grs.Constants import CONST
56 from grs.Execute import Execute
57
58
59 diff --git a/grs/Seed.py b/grs/Seed.py
60 index e2c65c8..2bc429f 100644
61 --- a/grs/Seed.py
62 +++ b/grs/Seed.py
63 @@ -16,9 +16,7 @@
64 # You should have received a copy of the GNU General Public License
65 # along with this program. If not, see <http://www.gnu.org/licenses/>.
66
67 -import glob
68 import os
69 -import re
70 import shutil
71 import urllib.request
72
73
74 diff --git a/grs/WorldConf.py b/grs/WorldConf.py
75 index e196338..d28f300 100644
76 --- a/grs/WorldConf.py
77 +++ b/grs/WorldConf.py
78 @@ -17,7 +17,6 @@
79 # along with this program. If not, see <http://www.gnu.org/licenses/>.
80
81 import configparser
82 -import copy
83 import os
84 import portage
85 import re