From c4b3254ab91a2079a9fdc657462489215f7b4e0b Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 7 Oct 2015 07:12:46 -0400 Subject: lint: more unused imports. --- grs/Constants.py | 1 - grs/Log.py | 3 --- grs/Populate.py | 1 - grs/Seed.py | 2 -- grs/WorldConf.py | 1 - 5 files changed, 8 deletions(-) (limited to 'grs') diff --git a/grs/Constants.py b/grs/Constants.py index 669f086..ecbac40 100644 --- a/grs/Constants.py +++ b/grs/Constants.py @@ -17,7 +17,6 @@ # along with this program. If not, see . import os -import sys import configparser from copy import deepcopy 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/Populate.py b/grs/Populate.py index 1c3f08e..db35ee2 100644 --- a/grs/Populate.py +++ b/grs/Populate.py @@ -18,7 +18,6 @@ import os import re -import shutil from grs.Constants import CONST from grs.Execute import Execute diff --git a/grs/Seed.py b/grs/Seed.py index e2c65c8..2bc429f 100644 --- a/grs/Seed.py +++ b/grs/Seed.py @@ -16,9 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import glob import os -import re import shutil import urllib.request 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 . import configparser -import copy import os import portage import re -- cgit v1.2.3-65-gdbad