summaryrefslogtreecommitdiff
path: root/src/silx/utils/property.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/utils/property.py')
-rw-r--r--src/silx/utils/property.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/utils/property.py b/src/silx/utils/property.py
index 10d5d98..029f28e 100644
--- a/src/silx/utils/property.py
+++ b/src/silx/utils/property.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2016-2017 European Synchrotron Radiation Facility
@@ -24,8 +23,6 @@
# ###########################################################################*/
"""Bunch of useful decorators"""
-from __future__ import absolute_import, print_function, division
-
__authors__ = ["V. Valls"]
__license__ = "MIT"
__date__ = "22/02/2018"