From e19c96eff0c310c06c4f268c8b80cb33bd08996f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sat, 25 Nov 2017 16:55:20 +0100 Subject: New upstream version 0.6.1+dfsg --- silx/gui/plot3d/actions/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'silx/gui/plot3d/actions/__init__.py') diff --git a/silx/gui/plot3d/actions/__init__.py b/silx/gui/plot3d/actions/__init__.py index ebc57d2..26243cf 100644 --- a/silx/gui/plot3d/actions/__init__.py +++ b/silx/gui/plot3d/actions/__init__.py @@ -28,6 +28,7 @@ __authors__ = ["T. Vincent"] __license__ = "MIT" __date__ = "06/09/2017" -from .Plot3DAction import Plot3DAction -from . import io -from . import mode +from .Plot3DAction import Plot3DAction # noqa +from . import viewpoint # noqa +from . import io # noqa +from . import mode # noqa -- cgit v1.2.3