Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
e4649bcc
Commit
e4649bcc
authored
Feb 21, 2017
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_acme_dns_tiny: fix imports
parent
d3286fd7
Pipeline
#107
failed with stage
in 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/test_acme_dns_tiny.py
tests/test_acme_dns_tiny.py
+1
-1
tools/acme_account_delete.py
tools/acme_account_delete.py
+1
-1
No files found.
tests/test_acme_dns_tiny.py
View file @
e4649bcc
import
unittest
,
sys
import
unittest
,
sys
,
os
from
subprocess
import
Popen
,
PIPE
from
io
import
StringIO
import
acme_dns_tiny
...
...
tools/acme_account_delete.py
View file @
e4649bcc
import
argparse
,
subprocess
,
os
,
json
,
base64
,
binascii
,
re
,
copy
,
logging
import
argparse
,
subprocess
,
json
,
base64
,
binascii
,
re
,
copy
,
logging
from
urllib.request
import
urlopen
from
urllib.error
import
HTTPError
...
...
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