Remove unused setproctitle import

This commit is contained in:
Lauri Võsandi 2017-08-16 23:30:27 +03:00
parent 9745367ebd
commit c45a5df773
1 changed files with 0 additions and 1 deletions

View File

@ -1256,7 +1256,6 @@ def certidude_cron():
@click.option("-f", "--fork", default=False, is_flag=True, help="Fork to background")
def certidude_serve(port, listen, fork):
import pwd
from setproctitle import setproctitle
from certidude import authority, const, push
if port == 80: