Remove unused imports

This patch removes unused imports, alse pylint has been configured to
check unused imports.

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Martin Basti
2015-12-16 16:06:03 +01:00
committed by Jan Cholasta
parent 774d0eaa8e
commit e4075b1fe2
158 changed files with 152 additions and 365 deletions

View File

@@ -27,9 +27,8 @@ Example plugins
# First, let's import some stuff.
# api is an object containing references to all plugins and useful classes.
# errors is a module containing all IPA specific exceptions.
from ipalib import api, errors
from ipalib import errors
# Command is the base class for command plugin.
from ipalib import Command
# Str is a subclass of Param, it is used to define string parameters for