aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grs/Daemon.py2
-rw-r--r--grs/PivotChroot.py3
2 files changed, 0 insertions, 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