diff --git a/src/user.py b/src/user.py index 6583b32e8..61060a9ef 100644 --- a/src/user.py +++ b/src/user.py @@ -125,8 +125,6 @@ def user_list(fields=None): def list_shells(): import ctypes import ctypes.util - import os - import sys """List the shells from /etc/shells.""" libc = ctypes.CDLL(ctypes.util.find_library("c"))