[python-dtcwt] 50/497: fix relative imports for Python3

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:48 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 01ecc41d58f1fab12341ee5c577d616bdbf003dc
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Aug 7 23:54:37 2013 +0100

    fix relative imports for Python3
---
 dtcwt/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dtcwt/__init__.py b/dtcwt/__init__.py
index 268cca2..41c3864 100644
--- a/dtcwt/__init__.py
+++ b/dtcwt/__init__.py
@@ -1,6 +1,6 @@
-from coeffs import biort, qshift
-from transform1d import dtwavexfm, dtwaveifm
-from transform2d import dtwavexfm2, dtwaveifm2
+from .coeffs import biort, qshift
+from .transform1d import dtwavexfm, dtwaveifm
+from .transform2d import dtwavexfm2, dtwaveifm2
 
 __all__ = [
     'dtwavexfm',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list