commit: 31e872a14e53e87a1788dd96cbae1e11683a6487
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 08:07:06 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 08:07:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=31e872a1
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 <http://www.gnu.org/licenses/>.
-import glob
-import re
import os
import shutil
from grs.Constants import CONST
-from grs.MountDirectories import MountDirectories
from grs.Rotator import Rotator