Commit 7664bfe0 authored by Łukasz Nowak's avatar Łukasz Nowak

Sort imports.

parent 08b53cb3
...@@ -12,13 +12,11 @@ ...@@ -12,13 +12,11 @@
# #
############################################################################## ##############################################################################
import ConfigParser
import argparse import argparse
import os import os
import subprocess import subprocess
import sys import sys
import ConfigParser
def generateCertificate(certificate_file, key_file, common_name): def generateCertificate(certificate_file, key_file, common_name):
if os.path.lexists(certificate_file): if os.path.lexists(certificate_file):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment