from .edit import cmd_user_edit
from .enable import cmd_user_enable
from .getgroups import cmd_user_getgroups
-from .getpassword import cmd_user_getpassword, cmd_user_syncpasswords
from .list import cmd_user_list
from .move import cmd_user_move
from .password import cmd_user_password
+from .readpasswords import cmd_user_getpassword, cmd_user_syncpasswords
from .rename import cmd_user_rename
from .sensitive import cmd_user_sensitive
from .setexpiry import cmd_user_setexpiry
# user management
#
-# user syncpasswords command
+# user readpasswords commands
#
# Copyright Jelmer Vernooij 2010 <jelmer@samba.org>
# Copyright Theresa Halloran 2011 <theresahalloran@gmail.com>
from samba.common import get_bytes
from samba.netcmd import CommandError, Option
-from .common import (
+from ..common import (
GetPasswordCommand,
gpg_decrypt,
decrypt_samba_gpg_help,