From 2d75c8974a86de5fc5a8ea0a5efc7bcf305eb04e Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 25 Jul 2014 13:18:32 -0500 Subject: remove unused imports --- pkg/linux/bitmask-root | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg') 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 -- cgit v1.2.3