1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-13 08:59:08 +03:00

General cleanups of python code, hinted by pyflakes.

This commit is contained in:
Jelmer Vernooij
2010-03-01 04:46:40 +01:00
parent 1ef50d5de4
commit 31a718aa27
14 changed files with 124 additions and 152 deletions

View File

@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import samba.getopt as options
from samba.netcmd import Command, CommandError, Option
from samba.netcmd import Command, Option
from getpass import getpass
from samba.auth import system_session