summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@katsi>2014-07-25 13:18:32 -0500
committerkali <kali@katsi>2014-07-25 13:18:32 -0500
commit2d75c8974a86de5fc5a8ea0a5efc7bcf305eb04e (patch)
tree16bea5d31686102f06f91f3cb93962de2bb95c06
parentddb9145c2f5f0ea72ca3520de19e1681154f9e07 (diff)
remove unused imports
-rwxr-xr-xpkg/linux/bitmask-root2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root
index 58f9a103..bdc365ac 100755
--- a/pkg/linux/bitmask-root
+++ b/pkg/linux/bitmask-root
@@ -34,7 +34,6 @@ not be teared down in the case of an error during launch.
"""
# TODO should be tested with python3, which can be the default on some distro.
from __future__ import print_function
-import atexit
import os
import re
import signal
@@ -42,7 +41,6 @@ import socket
import syslog
import subprocess
import sys
-import time
import traceback
cmdcheck = subprocess.check_output