Removed unused imports in httpapiauth

This commit is contained in:
Joar Wandborg 2013-05-05 22:24:34 +02:00
parent fc45b38626
commit 1422cab669

View File

@ -15,9 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
import base64
from werkzeug.exceptions import BadRequest, Unauthorized
from werkzeug.exceptions import Unauthorized
from mediagoblin.plugins.api.tools import Auth