summaryrefslogtreecommitdiff
path: root/logilab/common/shellutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'logilab/common/shellutils.py')
-rw-r--r--logilab/common/shellutils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/logilab/common/shellutils.py b/logilab/common/shellutils.py
index 557e45d..f8914da 100644
--- a/logilab/common/shellutils.py
+++ b/logilab/common/shellutils.py
@@ -26,12 +26,9 @@ __docformat__ = "restructuredtext en"
import os
import glob
import shutil
-import stat
import sys
import tempfile
-import time
import fnmatch
-import errno
import string
import random
import subprocess
@@ -41,7 +38,6 @@ from _io import StringIO
from typing import Any, Callable, Optional, List, Union, Iterator, Tuple
from logilab.common import STD_BLACKLIST, _handle_blacklist
-from logilab.common.compat import str_to_bytes
from logilab.common.deprecation import deprecated