Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
75c7a594
Commit
75c7a594
authored
Jul 08, 2016
by
Adrien Dorsaz
Browse files
Remove useless imports
parent
da492ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
75c7a594
#!/usr/bin/env python
import
argparse
,
subprocess
,
json
,
os
,
sys
,
base64
,
binascii
,
time
,
hashlib
,
re
,
copy
,
textwrap
,
logging
import
argparse
,
subprocess
,
json
,
sys
,
base64
,
binascii
,
time
,
hashlib
,
re
,
copy
,
textwrap
,
logging
import
dns.resolver
,
dns
.
tsigkeyring
,
dns
.
update
from
configparser
import
ConfigParser
from
urllib.request
import
urlopen
from
urllib.parse
import
parse_qs
LOGGER
=
logging
.
getLogger
(
__name__
)
LOGGER
.
addHandler
(
logging
.
StreamHandler
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment