Browse Source

[FIX] flake8

pull/347/head
Holger Brunn 9 years ago
parent
commit
235e0032a5
  1. 2
      letsencrypt/models/acme_tiny.py

2
letsencrypt/models/acme_tiny.py

@ -1,5 +1,5 @@
# flake8: noqa
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import argparse, subprocess, json, os, sys, base64, binascii, time, hashlib, re, copy, textwrap, logging
try:
from urllib.request import urlopen # Python 3

Loading…
Cancel
Save