Minor styling fixes

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2017-08-31 14:18:31 +05:30
parent 32d17e6c93
commit 1f0a878b2e
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -20,13 +20,13 @@ Module with utilities to generate a auth_pubtkt ticket and
sign it with the FreedomBox server's private key.
"""
import os
import argparse
import base64
import datetime
import argparse
from plinth import action_utils
from OpenSSL import crypto
import os
from plinth import action_utils
KEYS_DIRECTORY = '/etc/apache2/auth-pubtkt-keys'