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
db8247b2
Commit
db8247b2
authored
Feb 21, 2017
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packaging: fix and simplify imports
parent
11a95056
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
tests/__init__.py
tests/__init__.py
+0
-1
tests/test_module.py
tests/test_module.py
+2
-2
tools/__init__.py
tools/__init__.py
+0
-0
No files found.
tests/__init__.py
View file @
db8247b2
from
.test_module
import
TestModule
tests/test_module.py
View file @
db8247b2
...
...
@@ -2,8 +2,8 @@ import unittest, sys
from
subprocess
import
Popen
,
PIPE
from
io
import
StringIO
import
acme_dns_tiny
from
acme_dns_tiny.
tests.config_maker
import
gen_config
from
acme_dns_tiny.
tools.acme_account_delete
import
delete_account
from
tests.config_maker
import
gen_config
from
tools.acme_account_delete
import
delete_account
import
logassert
ACMEDirectory
=
os
.
getenv
(
"GITLABCI_ACMEDIRECTORY"
,
"https://acme-staging.api.letsencrypt.org/directory"
)
...
...
tools/__init__.py
0 → 100644
View file @
db8247b2
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