summaryrefslogtreecommitdiff
path: root/src/silx/gui/plot3d/SceneWidget.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/plot3d/SceneWidget.py')
-rw-r--r--src/silx/gui/plot3d/SceneWidget.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/gui/plot3d/SceneWidget.py b/src/silx/gui/plot3d/SceneWidget.py
index 883f5e7..910820c 100644
--- a/src/silx/gui/plot3d/SceneWidget.py
+++ b/src/silx/gui/plot3d/SceneWidget.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2017-2019 European Synchrotron Radiation Facility
@@ -24,8 +23,6 @@
# ###########################################################################*/
"""This module provides a widget to view data sets in 3D."""
-from __future__ import absolute_import
-
__authors__ = ["T. Vincent"]
__license__ = "MIT"
__date__ = "24/04/2018"