stylefixes

This commit is contained in:
Markus Unterwaditzer 2015-11-05 16:01:03 +01:00
parent 86bf8ccffa
commit 5616f0f197

View file

@ -20,7 +20,7 @@ We also use a custom ``data``-URI for the redirect in OAuth:
import click
from .base import Item, Storage
from .http import HTTP_STORAGE_PARAMETERS, USERAGENT, prepare_client_cert, \
from .http import HTTP_STORAGE_PARAMETERS, prepare_client_cert, \
prepare_verify
from .. import exceptions, log, utils