cleanup imports

This commit is contained in:
j 2014-08-12 10:16:57 +02:00
commit 12440acd96
22 changed files with 119 additions and 122 deletions

View file

@ -1,11 +1,14 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
import os
import hashlib
import os
import OpenSSL
import settings
def get_fingerprint():
with open(settings.ssl_cert_path) as fd:
data = fd.read()