From 31e872a14e53e87a1788dd96cbae1e11683a6487 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 7 Oct 2015 04:07:06 -0400 Subject: lint: remove unused imports. --- grs/Daemon.py | 2 -- grs/PivotChroot.py | 3 --- 2 files changed, 5 deletions(-) diff --git a/grs/Daemon.py b/grs/Daemon.py index 79aaa42..0cefaef 100644 --- a/grs/Daemon.py +++ b/grs/Daemon.py @@ -18,9 +18,7 @@ import atexit import os -import signal import sys -import time class Daemon: """ Adopted from Sander Marechal's "A simple unix/linux daemon in Python" diff --git a/grs/PivotChroot.py b/grs/PivotChroot.py index 6324b6e..248bbac 100644 --- a/grs/PivotChroot.py +++ b/grs/PivotChroot.py @@ -16,13 +16,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import glob -import re import os import shutil from grs.Constants import CONST -from grs.MountDirectories import MountDirectories from grs.Rotator import Rotator -- cgit v1.2.3-65-gdbad