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
