[diffoscope] 05/08: Don't use three-dot relative imports; a bit too unweildy...

Chris Lamb chris at chris-lamb.co.uk
Sun Jan 1 12:48:42 CET 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit 57cdfa3fc3148e2bae4f69ca01a7970c4b9b4678
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jan 1 11:43:19 2017 +0000

    Don't use three-dot relative imports; a bit too unweildy...
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/presenters/html/html.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/diffoscope/presenters/html/html.py b/diffoscope/presenters/html/html.py
index df3e0ab..fb043b4 100644
--- a/diffoscope/presenters/html/html.py
+++ b/diffoscope/presenters/html/html.py
@@ -40,9 +40,9 @@ import codecs
 import hashlib
 import contextlib
 
-from ... import VERSION
-from ...config import Config
-from ...logging import logger
+from diffoscope import VERSION
+from diffoscope.config import Config
+from diffoscope.logging import logger
 
 from ..icon import FAVICON_BASE64
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list